[Haskell-cafe] Windows vs. Linux x64

John Meacham john at repetae.net
Mon Nov 24 18:10:28 EST 2008


Is the windows 32 or 64 bit, a while ago, ghc had trouble producing
efficient binaries for 64 bit intel systems. Something about the
interaction between gcc and the C it produced created some pessimal
assembly output. I do not know how much this is still an issue though.
You could try compiling 32 bit binaries under linux and running them on
the same machine (they will work on the 64 bit system) and compare the
results.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈


More information about the Haskell-Cafe mailing list