Hello, I am currently working with GHC's code generator and am wondering if there is any way I can retrieve the Cmm for a function during the compilation of another? I have looked at the information passed using CgMonad and at the bindings in scope but these don't seem to be what I need. As an example, when generating code for the tail call "map f xs," can I retrieve the Cmm expressions that make up "f"?
Apologies if I am missing something glaringly obvious, thanks, Will
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
