Skip to content
  • Sebastian Graf's avatar
    CoreSubst: Stricten `substBndr` and `cloneBndr` · c929f02b
    Sebastian Graf authored and Marge Bot's avatar Marge Bot committed
    Doing so reduced allocations of `cloneBndr` by about 25%.
    
    ```
    T9233(normal) ghc/alloc    672,488,656    663,083,216  -1.4% GOOD
    T9675(optasm) ghc/alloc    423,029,256    415,812,200  -1.7%
    
        geo. mean                                          -0.1%
        minimum                                            -1.7%
        maximum                                            +0.1%
    ```
    
    Metric Decrease:
        T9233
    c929f02b