Simon Peyton Jones pushed to branch wip/26543 at Glasgow Haskell Compiler / GHC
Commits:
-
43b75476
by Simon Peyton Jones at 2025-12-13T17:32:07+00:00
1 changed file:
Changes:
| 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
|