Re: JSP code generation optimizations

2021-05-18 Thread Mark Thomas
On 18/05/2021 15:42, Christopher Schultz wrote: Mark, On 5/17/21 14:47, Mark Thomas wrote: Hi all, I am looking at some of the optimizations requested in [1] One of the examples is show below. Code like this is used when the JSP calls a tag. private boolean _jspx_meth_mytag_005fhelloWorld

Re: JSP code generation optimizations

2021-05-18 Thread Christopher Schultz
Mark, On 5/17/21 14:47, Mark Thomas wrote: Hi all, I am looking at some of the optimizations requested in [1] One of the examples is show below. Code like this is used when the JSP calls a tag. private boolean _jspx_meth_mytag_005fhelloWorld_005f0(     jakarta.servlet.jsp.PageContext

Re: JSP code generation optimizations

2021-05-18 Thread Mark Thomas
On 17/05/2021 21:42, Rémy Maucherat wrote: On Mon, May 17, 2021 at 8:47 PM Mark Thomas wrote: Hi all, I am looking at some of the optimizations requested in [1] One of the examples is show below. Code like this is used when the JSP calls a tag. private boolean _jspx_meth_mytag_005fhelloWor

Re: JSP code generation optimizations

2021-05-17 Thread Rémy Maucherat
On Mon, May 17, 2021 at 8:47 PM Mark Thomas wrote: > Hi all, > > I am looking at some of the optimizations requested in [1] > > One of the examples is show below. Code like this is used when the JSP > calls a tag. > > > private boolean _jspx_meth_mytag_005fhelloWorld_005f0( > jakarta.ser

JSP code generation optimizations

2021-05-17 Thread Mark Thomas
Hi all, I am looking at some of the optimizations requested in [1] One of the examples is show below. Code like this is used when the JSP calls a tag. private boolean _jspx_meth_mytag_005fhelloWorld_005f0( jakarta.servlet.jsp.PageContext _jspx_page_context) throws java.lang.T