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: overhead of reflection info


>>>>> "Hans" == Boehm, Hans <hans.boehm@hp.com> writes:

Hans> There is a claim in _Jv_MarkObj comments that some data
Hans> structures referenced from class objects are allocated
Hans> pointerfree (even though they are not?) but then traced
Hans> correctly by _Jv_MarkObj.  If this is indeed still correct, this
Hans> would have to be looked at carefully.

Oh, yeah -- _Jv_MarkObj is always used for Class objects.  We can't
represent those using bitmap descriptors, I think.  That comment is
still correct.

Tom


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