[GHC] #9863: Provide PowerPC 64 bit native code generator
GHC
ghc-devs at haskell.org
Thu Dec 4 20:44:18 UTC 2014
#9863: Provide PowerPC 64 bit native code generator
-------------------------------------+-------------------------------------
Reporter: trommler | Owner: trommler
Type: feature request | Status: new
Priority: normal | Milestone: 7.12.1
Component: Compiler | Version: 7.8.3
Keywords: | Operating System: Linux
Architecture: powerpc64 | Type of failure:
Difficulty: Project (more | None/Unknown
than a week) | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
I have started work on a native code generator for PowerPC 64 bit by
extending the 32 bit code generator. The code is hosted on github:
[https://github.com/trommler/ghc/tree/native]
So far I plan to support the old ELF v1.9 ABI on big endian. I might look
into little endian
and ELF 2.0 later.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9863>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list