Strange Performance Tests
Lars Andersen
lars@rimfaxe.com
Wed Jul 10 12:41:00 GMT 2002
On Wed, 2002年07月10日 at 21:21, Andrew Pinski wrote:
> I think the spikes in both are the gc (garbage collector) running.
> The gc for gcj is boehm's which might be slower than the one
> used by Sun.
>> Thanks,
> Andrew Pinski
Sounds true to me.
There isn't much movement on the heap however, is there some clever way
to postpone garbage collection?
Its not allowed in java itself, as java is (ideally) unaware of the
garbage collector, but perhaps some option when compiling gcc?
Can you make the Boehm GC less 'eager'?
Its a shame since the benchmarks shows that GCJ has a big potential.
/Lars Andersen
More information about the Java
mailing list