Re: ghc and aarch64?

2013-03-26 Thread David Terei
Sure. 'Extend' was the wrong phrasing. I meant more that given the work gone into ARM support in GHC in the sense of the build system, RTS, cross compilation.. e.t.c, I'd be surprised if this didn't help porting to AArch64. Just human expertise we have now helps a huge amount. On 26 March 2013 01:

Re: ghc and aarch64?

2013-03-26 Thread Karel Gardas
Hi David, AArch64 is completely new architecture so it's not about extending current ARM support but rather write a new beside it -- at least as a prototype, if there is a lot of synergies you can merge both together later, but I don't see it having a high chance. Well the situation with AAr

Re: ghc and aarch64?

2013-03-26 Thread David Terei
I don't believe so. LLVM in head supports Arm64 so I imagine it wouldn't be too much work to extend our existing Arm support (also through LLVM) to work with Arm64. I'm not aware of any Arm64 hardware being available yet but someone could potentially start with a virtual image: http://www.linaro.o

ghc and aarch64?

2013-03-25 Thread Jens Petersen
I am curious if anyone has started or is planning to work on porting GHC to the new ARM 64bit architecture AArch64 for Linux? Jens ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-h