diff options
author | Luite Stegeman <stegeman@gmail.com> | 2021-08-03 09:06:34 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-08-03 17:19:51 -0400 |
commit | 3403c028d69e4a4fae93b2ced95fc58b6fa8aeee (patch) | |
tree | eea799d7741faf4aacfc40b3de817a57bd659924 /compiler/ghc.cabal.in | |
parent | 9744c6f5c37c8b85f95e53f109b7ce6c25881c29 (diff) | |
download | haskell-3403c028d69e4a4fae93b2ced95fc58b6fa8aeee.tar.gz |
move bytecode preparation into the STG pipeline
this makes it possible to combine passes to compute free variables
more efficiently in a future change
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 55e37b1d60..e5376dc772 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -544,6 +544,7 @@ Library GHC.Settings.Config GHC.Settings.Constants GHC.Settings.IO + GHC.Stg.BcPrep GHC.Stg.CSE GHC.Stg.Debug GHC.Stg.DepAnal |