- From: Yves Lafon <ylafon@w3.org>
- Date: Fri, 9 Feb 2001 16:40:45 +0100 (MET)
- To: Dan Hansen <DLHansen@quark.com>
- cc: "'www-jigsaw@w3.org'" <www-jigsaw@w3.org>
On Fri, 9 Feb 2001, Dan Hansen wrote: > I think the problem is this - a stacktrace was put in for debugging but not > surrounded by the debug statement. BTW, this debugging technique is only > efficient if the compiler (or jit) is smart enough to know what to do with > final static variables :) Are they all? I don't know. I tried this with javac, and the compiler removes it directly, this method acts like a #if DEBUG in C, I didn't use many other compiler, but it is really a straightforward optimisation. > So, I put in the debug "if" test - see the "HERE" statements below. I think > that is it - will let you know if it was not. Ok, I made the changes in CVS, thank you! -- Yves Lafon - W3C "Baroula que barouleras, au tiéu toujou t'entourneras."
Received on Friday, 9 February 2001 10:40:50 UTC