rotty3000 commented on pull request #351:
URL: https://github.com/apache/tomcat/pull/351#issuecomment-697412964


   If I may bring one point; I wonder if maybe this optimization is later in 
the process than would _really_ benefit even more concerns.
   
   For instance, if the optimization was made in jasper compiler itself, then 
you _also_ lower the method line counts by reducing the number of write 
statements which reduces the likeliness of hitting the 65535 method size limit.
   
   To summarize, you could have 3 levels of improvement from making the change 
earlier in the lifecycle of JSPs:
   - reduce the compilation size limit scenarios
   - execute less statements
   - write less bytes
   
   Just a thought.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to