[ http://nagoya.apache.org/jira/browse/XALANJ-1474?page=history ]
Henry Zongaro updated XALANJ-1474:
----------------------------------
Assign To: (was: Xalan Developers Mailing List)
type: Improvement (was: Bug)
Description:
A todo item for future performance improvement in XSLTC. The idea was
originally suggested by Henry Zongaro ([EMAIL PROTECTED]).
The code to handle StepPattern[last()] is not efficient at the moment. The
generated translet code currently make use of the DTMAxisIterator.getLast()
method, which does not seem to be an efficient solution. One possible solution
is to add an isLastNode() method and change the compiled code to make use of
that.
was:
A todo item for future performance improvement in XSLTC. The idea was
originally suggested by Henry Zongaro ([EMAIL PROTECTED]).
The code to handle StepPattern[last()] is not efficient at the moment. The
generated translet code currently make use of the DTMAxisIterator.getLast()
method, which does not seem to be an efficient solution. One possible solution
is to add an isLastNode() method and change the compiled code to make use of
that.
Environment:
Operating System: All
Platform: All
was:
Operating System: All
Platform: All
Priority: Major
Bugzilla Id: (was: 18764)
> XSLTC: performance improvement for stepPattern[last()]
> ------------------------------------------------------
>
> Key: XALANJ-1474
> URL: http://nagoya.apache.org/jira/browse/XALANJ-1474
> Project: XalanJ2
> Type: Improvement
> Components: XSLTC
> Versions: CurrentCVS
> Environment: Operating System: All
> Platform: All
> Reporter: Morris Kwan
>
> A todo item for future performance improvement in XSLTC. The idea was
> originally suggested by Henry Zongaro ([EMAIL PROTECTED]).
> The code to handle StepPattern[last()] is not efficient at the moment. The
> generated translet code currently make use of the DTMAxisIterator.getLast()
> method, which does not seem to be an efficient solution. One possible
> solution
> is to add an isLastNode() method and change the compiled code to make use of
> that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]