patch applied (ghc): Support I64-> I32 casts in the NCG, and use them for I64-> Integer conversions
Wolfgang Thaller <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061126151908.GA22929__46280.0123765648$1164554376$gmane$org@cvs.haskell.org> |
Fri Nov 24 01:41:29 PST 2006 [email protected] * Support I64->I32 casts in the NCG, and use them for I64->Integer conversions We can avoid using any other long long operations in PrimOps.cmm. One more step towards compiling the RTS using the NCG. M ./compiler/nativeGen/MachCodeGen.hs +25 M ./rts/PrimOps.cmm -17 +25