Sadly it doesn't do any JITting. I recommend writing a custom classloader that Runtime.exec()'s gcj to compile the webapp into a .so, and then dlopen() that.
- a Gary Benson <[EMAIL PROTECTED]> writes: > Chad Johnson wrote: > > I can't help with the benchmark software but I've got a question for > > you. Generally speaking, how well does the gcj bytecode interpreter > > perform? Is it purely and interpreter or does it do some jit'ing? > > As far as I know, it's just an interpreter, but I may be wrong. > However, any calls to native-code stuff will execute as native code so > it's perhaps not quite as bad as it may seem. > > Gary > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Education is not filling a bucket but lighting a fire." -- WB Yeats --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]