[Jamvm-general] Can JamVM optimize away static branches?
Brought to you by:
rlougher
From: Xerxes R. <xe...@za...> - 2012-02-23 13:16:36
|
Hi Inside the JogAmp JOGL bindings a lot of code look like this: static final boolean DEBUG=false; if(DEBUG) { verbose stuff .. } Do JamVM optimize away these static branches? Cheers Xerxes |