[GHC] #2725: Remove Hack in compiler/nativeGen/X86/CodeGen.hs
GHC
ghc-devs at haskell.org
Sun Mar 8 22:56:48 UTC 2015
#2725: Remove Hack in compiler/nativeGen/X86/CodeGen.hs
-------------------------------------+-------------------------------------
Reporter: clemens | Owner:
Type: bug | thoughtpolice
Priority: low | Status: new
Component: Compiler (NCG) | Milestone: 7.12.1
Resolution: | Version: 6.11
Operating System: Unknown/Multiple | Keywords: codegen
Type of failure: None/Unknown | Architecture:
Blocked By: | Unknown/Multiple
Related Tickets: | Test Case:
| Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by rwbarton):
Oh, I see the jump table entries are currently padded to 64 bits anyways.
So then it should be slightly better to use a 64-bit relocation instead,
but maybe it would be even better to pack the entries into 32 bits
instead.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2725#comment:18>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list