Skip to content
  • Joachim Breitner's avatar
    Use run-time tablesNextToCode in compiler exclusively (#15548) · 1c446220
    Joachim Breitner authored and John Ericson's avatar John Ericson committed
    Summary:
    
     - 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.
    
    Original reviewers:
    
    Original subscribers: TerrorJack, rwbarton, carter
    
    Original Differential Revision: https://phabricator.haskell.org/D5082
    1c446220