Does generation of debug information to JSP classes add much to javac execution time? -
I'm looking at the options of jbis 5.1.0 tweaking and one of the options available to me is compiled by JSP Disable debug info while doing so.
I know that presence / absence of debug info for JVM, but does the creation of information about that debugging add a lot to compile time?
P> Thanks in advance
Richard
No, It is not, but since JSP is basically compiled in the large try
block, it can reduce the risk.
Comments
Post a Comment