
20 Sep
2007
20 Sep
'07
6:42 a.m.
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/