Skip to content
  • Ben Gamari's avatar
    Add NOINLINE pragma to builtinRules · d11611f5
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    As mentioned in #14275, GHC will otherwise decide to produce unfoldings
    for this rather large binding, making recompilation more expensive than
    necessary. Since inlining is almost certainly not fruitful mark it as
    NOINLINE.
    
    [skip ci]
    
    Test Plan: Validate
    
    Reviewers: austin
    
    Subscribers: rwbarton, thomie
    
    GHC Trac Issues: #14275
    
    Differential Revision: https://phabricator.haskell.org/D4023
    d11611f5