On Wednesday, September 5, 2012, Simon Marlow wrote: > I've started a wiki page to list the cleanup tasks we need to get done now > that the new codegen is enabled by default. (since this is a bit > open-ended and fluid I thought a wiki page would be better than a ticket > for now). > > http://hackage.haskell.org/**trac/ghc/wiki/Commentary/** > Compiler/NewCodeGen/Cleanup<http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/NewCodeGen/Cleanup> > > The page is a bit sparse but we can fill in more details as we go along. > I haven't done a full analysis of what needs to be done before we can > remove codeGen/Cg* and cmm/OldCmm yet. >
Does the new codegen have a mini-inliner like the old one? I did a bit of work in the old one to make sure constants get inclined so memcpies can get unrolled. Might want put that on the wiki.
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
