[Haskell-cafe] What I learned from my first serious attempt
low-level Haskell programming
Bulat Ziganshin
bulat.ziganshin at gmail.com
Thu Apr 5 06:50:49 EDT 2007
Hello Stefan,
Thursday, April 5, 2007, 3:11:31 AM, you wrote:
> 2. Parameters are very expensive.
you should look at the asm code GHC generates. afair parameters are
kept in stack and copied on each call (to the same place!). such sort
of things are also very dependent on backend used - was it a ASM or C
one?
btw, it would be great if you will share your experience on haskell wiki
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Libraries
mailing list