Skip to content

Extensible interface files

Josh Meredith requested to merge wip/extensible-interface-files into master

Implementation for https://gitlab.haskell.org/ghc/ghc/-/wikis/Extensible-Interface-Files

This patch adds the extensible fields to the ModIface record, and includes functions for operating on ExtensibleFields. A pointer to the extensible fields header is added after the ways descriptor.

Merge request reports