Strange Performance Tests

steve naroff snaroff@apple.com
Wed Jul 10 12:43:00 GMT 2002


The Boehm gc is definitely slower (for Java) than the HotSpot garbage 
collector.

In general, it is hard for a conservative, multi-language collector to 
compete with a precise, single-language collector. That said, I am sure 
there is "opportunity" for enhancing the Boehm gc to work more 
efficiently for Java.

snaroff

On Wednesday, July 10, 2002, at 12:21 PM, 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
>



More information about the Java mailing list