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: Reduce allocation overhead, fix IA64 GC descriptors


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

Hans> I tried this patch, together with taking out the IA64-specific
Hans> code from _Jv_AllocObject.  That seems to be fine, except that
Hans> your code needs a cast in the IA64 implementation of
Hans> get_finalizer().

Thanks.

Hans> How do you want to proceed?  Should I check in just the run-time
Hans> changes?  Do you want to do it?

Could you just check in this particular patch as a first step?
That would be good.  If you'd rather, I can do it.

Hans> Are there correctness concerns with the front-end changes other
Hans> than the way class_has_finalize_method() is written?  If that's
Hans> the only concern, I would argue for checking in the front-end
Hans> changes as well.

Actually, the delay here is that I can't approve (most) front end
changes.  These changes have to wait for Alex or Per to review them.

Tom


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