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: Can boehm-gc be made to finalize more promptly?


On Wed, 2003-01-15 at 18:26, Scott Gilbertson wrote:
> Is there a way to get the GC to finalize "small" java objects which have
> large natively-allocated blocks more promptly?

I don't know the answer to your question, but I suspect that keeping
track of the effective size of the object (including native bits) may be
impossible.    Maybe there's some other heuristic we can use, like
finalize all objects with a gnu.gcj.RawData field, or all objects which
implement a magic empty interface.

AG



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