haskell 7 world -> moving to 8!

Ken Cunningham ken.cunningham.webuse at gmail.com
Fri Sep 13 17:59:08 UTC 2019


On 2019-09-12, at 7:02 PM, Ken Cunningham wrote:
> 
>  PPC is pretty much out, I think, because the llvm backend that haskell uses can't produce quality PPC code... 


Actually -- that is not correct. 

I was under the impression that ghc used llvm as it's sole code generator based on our previous port, but llvm turns out to be an optional code generator, and our current ghc port isn't configured to use it at all I see.

So, who knows? PPC here we come!

Ken


More information about the macports-dev mailing list