RE: [xsl] How can I achieve correct tail-recursion ?

Subject: RE: [xsl] How can I achieve correct tail-recursion ?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 7 Jan 2010 16:50:55 -0000
> But processing time is strictly the same... Didn't check if 
> stack problems disappear with it but shouldn't the 
> optimization speed up the process

No. Tail-call optimization is all about saving memory, it's not at all about
saving time.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Current Thread