You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/21 19:28:29 UTC

DO NOT REPLY [Bug 12624] - Performance issues in variable assigment

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12624>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12624

Performance issues in variable assigment





------- Additional Comments From grchiu@ca.ibm.com  2002-10-21 17:28 -------
Some discoveries:

I verified an approximate 1.8 times slowdown in Xalan 2.4.0 between the two 
cases you show below, both with the -DIAG option and the test java code.

However with current CVS there's a major improvement in case 1's time: the 
difference is much less (5%), and cases 1 & 3 have almost the same execution 
time. It looks like the problem has been resolved.

Which version of Xalan are you using?