Hi Rami,
You'll want to first look at the Cmm (C minus minus) code, which is the
imperative intermediate language that GHC uses before conversion to assembly.
Do something like "ghc -c Whatever.hs -ddump-cmm". The names of the blocks of
cmm code should match the ones in core. If not, then you
Rami.Mukhtar:
> Hi,
>
> Can anyone tell me a way to identify the generated assembly (as found in the
> intermediate files produced by GHC) corresponding to a particular fragment of
> Core code.
Hey Rami,
I use the ghc-core tool:
http://hackage.haskell.org/package/ghc-core
Which displays
Hi,
Can anyone tell me a way to identify the generated assembly (as found in the
intermediate files produced by GHC) corresponding to a particular fragment of
Core code.
Thanks,
Rami
The information in this e-mail may be confidential and subject to legal
prof