> Read our paper "Faster laziness using dynamic pointer tagging"!  It's new 
> (ICFP'07)
> http://research.microsoft.com/~simonpj/papers/ptr-tag/index.htm
>
> simon
>

Cool, is it implemented in 2.8? Function tagging seems promising for
performance. But it isn't implementable in JavaScript :)

I have one more question. There are know calls (saturated
applications) and unknown calls in STG. Is this information is encoded
in GHC's STG datatype or should I maintain my own table of known
functions.
-- 
vir
http://vir.comtv.ru/
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to