[Haskell-cafe] Building Haskell Platform natively for 64bit Windows

Scott Lawrence bytbox at gmail.com
Thu Jun 9 07:54:51 CEST 2011


On 06/09/2011 01:47 AM, Jason Dagit wrote:
> Have you checked this by looking at the generated assembly?  I
> generated some assembly from GHC on windows.  Here is what it looks
> ilke:
> http://hpaste.org/47610
> 
> My assembly-fu is not strong enough to tell if it's using 64bit instructions.
> 
It would appear to be 32-bit. (pushl instead of pushq & no instances of
aligning to 8-byte boundaries)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110609/83716950/attachment.pgp>


More information about the Haskell-Cafe mailing list