Skip to content
  • Ben Gamari's avatar
    Add support for StaticPointers in GHCi · eedb3df0
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    Here we add support to GHCi for StaticPointers. This process begins by
    adding remote GHCi messages for adding entries to the static pointer
    table. We then collect binders needing SPT entries after linking and
    send the interpreter a message adding entries with the appropriate
    fingerprints.
    
    Test Plan: `make test TEST=StaticPtr`
    
    Reviewers: facundominguez, mboes, simonpj, simonmar, goldfire, austin,
    hvr, erikd
    
    Reviewed By: simonpj, simonmar
    
    Subscribers: RyanGlScott, simonpj, thomie
    
    Differential Revision: https://phabricator.haskell.org/D2504
    
    GHC Trac Issues: #12356
    eedb3df0