This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: heap fragmentation?


On Tue, 4 Jun 2002, Boehm, Hans wrote:
> The only thing I see here that's clearly suboptimal is the size of
> static roots.  That basically gets added to the size of live heap data
> when making heap expansion decisions, since it needs to be scanned for
> each collection.

I forgot to mention: a workaround for this is increasing
GC_free_space_divisor, trading speed for size (just like the comment
says in gc.h).

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]