[cvs-nhc98] patch applied (hat): Introduced trusted and suspected
variant of application combinators.
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:02:54 EDT 2006
Fri Apr 6 07:44:54 PDT 2001 olaf
* Introduced trusted and suspected variant of application combinators.
The suspected application combinators ap and rap always create a trace node for an application.
The trusted application combinators tap and trap create a trace node for an application, if the function is suspected (no need to trust parent).
Changed transformation to use the new application combinators.
Trace file unchanged.
Traced code 5-10% faster on small heaps, unchanged for large heaps.
M ./src/compiler98/DbgId.hs -3 +8
M ./src/compiler98/DbgTrans.hs -2 +2
More information about the Cvs-nhc98
mailing list