Array marking
Tom Tromey
tromey@cygnus.com
Sat Apr 22 18:35:00 GMT 2000
Jeff> I was wondering too if using GC_malloc_stubborn for known
Jeff> immutable objects (e.g. java.lang.String) could help... or if
Jeff> that is mainly for incremental mode?
I don't know. One thing to note is that with the current
synchronization implementation, every object is mutable. This can be
changed (the compiler part of this is done), but nobody has done so.
Synchronization is something that comes up periodically here. I'd
like to get a chance to do some work on that, but so far it hasn't
happened.
Tom
More information about the Java
mailing list