https://issues.apache.org/bugzilla/show_bug.cgi?id=44265

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-03-11 
18:45:03 UTC ---
How did you measure your performance?


In the file that you attached all you did was to inline the calls to
JspWriterImpl.min() and JspWriterImpl.ensureOpen().

Those methods are private, so any decent JVM will inline them automatically.

Also, please next time provide a patch generated with the "diff -u" or "svn
diff" command.
http://www.apache.org/dev/contributors.html#patches


I marked JspWriterImpl.min() as "static" in TC trunk in r921973, but I do not
see any need to backport this change to TC 6, because I do not expect any
measurable difference in performance.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to