[EMAIL PROTECTED](noisebrain) wrote:
> Benchmarks updated for borland's javacomp - this jit does not
> compile routines that are only called once,
The JIT take notice of enviroment variables
JAVA_COMPILER_THRESHOLD and JAVA_COMPILER_VERBOSE.
The default value of JAVA_COMPILER_THRESHOLD is `1',
so a method is compiled in the second time it is called.
You can set the variable to `0' and the JIT compiles all Java methods.
...And you may find more bugs in the case that
JAVA_COMPILER_THRESHOLD is `0'.
I reported some bugs
at news://forums.inprise.com/borland.public.jbuilder.linux .
JAVA_COMPILER_VERBOSE is a debug level.
`0',`1',`2' and `3' are effective.
Kazuyuki SHUDO Happy Hacking!
Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]