Does generation of debug information to JSP classes add much to javac execution time?
        Posted  
        
            by Rich
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rich
        
        
        
        Published on 2010-06-15T14:19:57Z
        Indexed on 
            2010/06/15
            14:42 UTC
        
        
        Read the original article
        Hit count: 300
        
Hi
I am looking looking into the options for tweaking the performance of JBoss 5.1.0 and one of the options available to me is to disable the generation of debug information when compiling JSPs.
I know that the presence/absence of debug information for the JVM makes no real difference, but does the generation of that debug information add much to compile time?
Thanks in advance
Richard
© Stack Overflow or respective owner