Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)
Ian Lynagh
igloo at earth.li
Thu Jun 26 10:26:19 EDT 2008
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
More information about the Haskell-Cafe
mailing list