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=14984>. 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=14984 XSLTC compiltation error : Branch target offset too large for short ------- Additional Comments From [EMAIL PROTECTED] 2003-01-10 12:47 ------- Yes, it would be possible for XSLTC to check the length of method and then split it. The main difficulty is how to handle local variables. Local variables in a method are allocated for (i) XSLT local variables and (ii) temporary values. All these will have to passed to the compiler-generated method as part of the evaluation context. The implementation of this form of closure conversion can be quite hairy (especially due to (ii)). Xalan XSLTC is an open source project, so anyone should feel free to contribute a patch for this problem. I will leave the status of this bug as REOPENED.
