
10 Jun
2011
10 Jun
'11
5:16 p.m.
On 10/06/2011 01:44 AM, Jason Dagit wrote:
On Thu, Jun 9, 2011 at 2:06 PM, Andrew Coppin
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...