|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: [XSL] Accessing part of the result tree illustrate
> [I wonder if any XSL processor would be optimized enough to
> free the heap at this point, assuming params go to heap and
> it stack pointers. For the stack you are definitely stuck at
> least with pointers to {invalid} heap and return address]
The better XSLT processors will implement "tail call optimization" so that a
recursive call done as the last thing before a function exits reuses the
existing stack-frame rather than creating a new one.
However, I suspect in Sudoku that your maximum recursion depth is likely to
be 81, so this is unlikely to be an issue.
Michael Kay
http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

![RE: [XSL] Accessing part of the result tree illustrate](/images/get_stylus.gif)




