Skip to content
  • Simon Marlow's avatar
    subvert recent optimisations in GHC · cee7a8f9
    Simon Marlow authored
    Some of these tests were using 'take' in their attempts to duplicate
    some work and hence run longer, but since GHC just started deforesting
    'take' this stopped working.  Now we use {-# NOILINE #-} as a
    hopefully more robust way to subvert optimisations.
    cee7a8f9