On Wed, Mar 19, 2008 at 11:30:27AM -0400, Dustin DeWeese wrote: > Is a registerised compiler necessary to port the Native Code Generator? I > thought I read that somewhere, but now I can't locate it. I have been > working on a registerised port of GHC to ARM, but only so I can work on > porting the NCG, since the registerised C backend is going to be dropped.
I'm not sure if it's technically required, but I don't think it makes sense to have a NCG for an unregisterised compiler. You'd just be making the same code that the C compiler would. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
