
26 Jun
2008
26 Jun
'08
10:26 a.m.
On Tue, Jun 24, 2008 at 11:27:03AM -0700, Jeremy Shaw wrote:
The unregisterised build is not that useful because:
1. no FFI
If libffi supports it then this should now work.
1. add ARM support to the evil mangler (basically, a few regexps to strip prolog and epilogue stuff from the ASM)
Note that the mangler is on the way out for 6.10: http://www.haskell.org/pipermail/cvs-ghc/2008-June/042979.html
5. (Optional), implement native assembly generation
You'll need to do this instead. Thanks Ian