Skip to content

Use run-time tablesNextToCode in compiler exclusively (#15548)

Ben Gamari requested to merge wip/D5082 into master
  • There is no more use of the TABLES_NEXT_TO_CODE CPP macro in compiler/. GHCI_TABLES_NEXT_TO_CODE is also removed entirely. The field within PlatformMisc within DynFlags is used instead.

  • The field is still not exposed as a CLI flag. We might consider some way to ensure the right RTS / libraries are used before doing that.

GHC Trac Issues: #15548 (closed)

Previously Differential Revision https://phabricator.haskell.org/D5082

Edited by John Ericson

Merge request reports