[commit: ghc] wip/D5082: Make tablesNextToCode a proper dynamic flag (#15548) (a0dcf76)
git at git.haskell.org
git at git.haskell.org
Mon Jan 21 00:23:46 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/D5082
Link : http://ghc.haskell.org/trac/ghc/changeset/a0dcf76fa7b23cf1cacababadaa1b54d90453f9a/ghc
>---------------------------------------------------------------
commit a0dcf76fa7b23cf1cacababadaa1b54d90453f9a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sun Jan 20 19:18:25 2019 -0500
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: hvr, bgamari
Subscribers: TerrorJack, rwbarton, carter
GHC Trac Issues: #15548
Differential Revision: https://phabricator.haskell.org/D5082
>---------------------------------------------------------------
a0dcf76fa7b23cf1cacababadaa1b54d90453f9a
compiler/ghc.mk | 8 -----
compiler/ghci/ByteCodeItbls.hs | 4 ++-
compiler/main/DynFlags.hs | 8 ++---
compiler/main/SysTools.hs | 8 +----
compiler/utils/Util.hs | 8 -----
libraries/ghci/GHCi/InfoTable.hsc | 66 +++++++++++++++++----------------------
libraries/ghci/GHCi/Message.hs | 7 +++--
libraries/ghci/GHCi/Run.hs | 4 +--
8 files changed, 42 insertions(+), 71 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc a0dcf76fa7b23cf1cacababadaa1b54d90453f9a
More information about the ghc-commits
mailing list