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: Questions about GC, _Jv_MarkObj() and reflection data.


Tom Tromey writes:
 > >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
 > 
 > Andrew> Just make _Jv_MarkObj() do it.  It's the easiest solution, for
 > Andrew> sure.
 > 
 > Yeah.
 > 
 > It occurred to me that you could also implement this by having boehm.c
 > generate a length descriptor even if the object has non-pointer
 > fields.

Oh, yes!  Easier still...

Andrew.


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