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: Improved Garbage Collection performance


>>>>> "John" == John Neil <jneil@atrove.com> writes:

John> The first modification was to only scan the initialized class
John> rather than the entire .data section.

Yeah, we need to do this.  This is yet another piece of the "new
ABI"... not only will we move to binary compatibility, but we'll use
the opportunity to fix things like this.

I filed PR 13130 to track this.

John> Whilst on GC, I was wondering what is the difference between
John> _Jv_Malloc and JV_MallocUnchecked.

It is just whether null return checking is done.

Tom


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