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

Andrew Coppin andrewcoppin at btinternet.com
Fri Jun 10 19:16:07 CEST 2011


On 10/06/2011 01:44 AM, Jason Dagit wrote:
> On Thu, Jun 9, 2011 at 2:06 PM, Andrew Coppin
> <andrewcoppin at btinternet.com>  wrote:
>
>> Too bad GHC doesn't support inline assembly yet... (Or does it? I know it
>> supports inline Core now.)
>
> Really?  I found this in the manual so I think either the docs need to
> be updated or you are mistaken:

Apparently I am mistaken. It allows inline C-- (as of 6.12.1):

http://www.haskell.org/ghc/docs/6.12.1/html/users_guide/ffi.html#ffi-prim

Of course, C-- is not nearly the same as Core. Sorry about that...



More information about the Haskell-Cafe mailing list