
5 Sep
2006
5 Sep
'06
1:59 p.m.
"Michael Marte"
Hello *,
I noticed a five percent speed up by making local definitions global. Maybe the global defintions are monomorphic, and the local defintions are polymorphic. You could evaluate the types of the global types and apply them to the local definitions to see if that then gives the same result.
(just guessing). Rene.