> > - good integration of interpreter with compiled code + integration of
> > both stacks with possibly precise gc
>
> precise gc is impossible with the possibility of arbitrary C code in native
> methods.
I had assumed the Sun VM was a precise/exact GC algorithm (never really
thought about it) until I did some memory tests and found that only with
HotSpot do you get precise/exact GC.
Check out:
http://home.intranet.org/~mouse/java/memperf/
for some "fun with -verbosegc output and gnuplot".
The source code (which I got off of the JDC bug linked to from the above
page) might be fun to run once the GC is in Japhar.
Chris