Skip to content
  • Ben Gamari's avatar
    0c850206
    IPE: Eliminate dependency on Read · 0c850206
    Ben Gamari authored and Andreas Klebinger's avatar Andreas Klebinger committed
    Instead of encoding the closure type as decimal string we now simply
    represent it as an integer, eliminating the need for `Read` in
    `GHC.Internal.InfoProv.Types.peekInfoProv`.
    
    Closes #24504.
    
    -------------------------
    Metric Decrease:
        T24602_perf_size
        size_hello_artifact
    -------------------------
    
    (cherry picked from commit ab840ce6)
    0c850206
    IPE: Eliminate dependency on Read
    Ben Gamari authored and Andreas Klebinger's avatar Andreas Klebinger committed
    Instead of encoding the closure type as decimal string we now simply
    represent it as an integer, eliminating the need for `Read` in
    `GHC.Internal.InfoProv.Types.peekInfoProv`.
    
    Closes #24504.
    
    -------------------------
    Metric Decrease:
        T24602_perf_size
        size_hello_artifact
    -------------------------
    
    (cherry picked from commit ab840ce6)
Loading