Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
53010 commits behind the upstream repository.
Pepe Iborra's avatar
mnislaih authored
This patch extends the RTS linker and the dynamic linker so that it is possible to find out the datacon of a closure in heap at runtime:
- The RTS linker now carries a hashtable 'Address->Symbol' for data constructors
- The Persistent Linker State in the dynamic linker is extended in a similar way.

Finally, these two sources of information are consulted by:

> Linker.recoverDataCon :: a -> TcM Name
ab5b8aa3
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.