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

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -