Simon Peyton Jones pushed to branch wip/26543 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/perf/compiler/T5030.hs
    1 1
     {-# LANGUAGE TypeFamilies, GADTs, EmptyDataDecls, FlexibleContexts #-}
    
    2 2
     {-# LANGUAGE UndecidableInstances #-}
    
    3 3
     
    
    4
    +-- Almost all compile time is in coercion optimisation!
    
    5
    +--   -O0 -fno-coercion-opt    372M alloc
    
    6
    +--   -O0 -fcoercion-opt      1600M alloc
    
    7
    +
    
    4 8
     module SlowComp where
    
    5 9
     
    
    6 10
     import Control.Monad