This is the mail archive of the java-patches@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: Patch: RFC: class-related structures and conservative scanning


>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:

Bryce> "ioffsets", as it does not contain pointers.
Bryce> "itable" and "ancestors", because they only ever contain pointers that
Bryce> are already guaranteed to be reachable via the other fields of the
Bryce> same class ("ifaces" and "superclass", respectively).

Thanks, I made these changes.

Bryce> Also, For the interpreter static data, what we should really do is
Bryce> split this into separate pointer and non-pointer data blocks - thus
Bryce> getting precise scanning for free.

Yeah.  This looks pretty easy, I'll deal with it tomorrow.

Tom


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