Heap allocation in the RTS

David Feuer david.feuer at gmail.com
Thu Sep 20 08:31:51 UTC 2018


I'm working on re-implementing the stable name system. For the new design,
it seems much cleaner to allocate stable names in lookupStableName (in
rts/StableName.c) rather than in the C-- code that calls it. But I haven't
seen RTS code that does heap allocation. Is it possible? If so, how do I do
it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20180920/ce2360e3/attachment.html>


More information about the ghc-devs mailing list