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


>>>>> "Adam" == Adam Megacz <adam@megacz.com> writes:

Adam> Ah, interesting.  Since it is only called in the rare case, could I
Adam> just have it assume that every word of the object is a pointer in
Adam> order to play it safe?

Yes, with some changes in boehm.cc you should be able to set things up
to do a completely conservative scan.  Or you could modify the
compiler to crash if it encounters a class for which it can't generate
a bitmap descriptor.

Tom


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