Make tablesNextToCode a proper dynamic flag (#15548)
Summary: There is no more use of the TABLES_NEXT_TO_CODE CPP macro in `compiler/`. The default value of `tablesNextToCode` is calculated as before, but now users of the GHCI API can modify this flag. Reviewers: Subscribers: TerrorJack, rwbarton, carter GHC Trac Issues: #15548 Differential Revision: https://phabricator.haskell.org/D5082
parent
51fd3571
No related branches found
No related tags found
Pipeline #4392 failed
Stage: lint
Stage: build
Stage: full-build
Stage: cleanup
Stage: packaging
Stage: hackage
Showing
- compiler/ghc.mk 0 additions, 8 deletionscompiler/ghc.mk
- compiler/ghci/ByteCodeItbls.hs 3 additions, 1 deletioncompiler/ghci/ByteCodeItbls.hs
- compiler/main/DynFlags.hs 7 additions, 13 deletionscompiler/main/DynFlags.hs
- compiler/main/SysTools.hs 1 addition, 7 deletionscompiler/main/SysTools.hs
- compiler/utils/Util.hs 0 additions, 8 deletionscompiler/utils/Util.hs
- hadrian/src/Settings/Packages.hs 0 additions, 4 deletionshadrian/src/Settings/Packages.hs
- libraries/ghci/GHCi/InfoTable.hsc 51 additions, 64 deletionslibraries/ghci/GHCi/InfoTable.hsc
- libraries/ghci/GHCi/Message.hs 4 additions, 3 deletionslibraries/ghci/GHCi/Message.hs
- libraries/ghci/GHCi/Run.hs 2 additions, 2 deletionslibraries/ghci/GHCi/Run.hs
Loading
Please register or sign in to comment