This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: Reduce allocation overhead, fix IA64 GC descriptors
- From: Tom Tromey <tromey at redhat dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'java-patches at gcc dot gnu dot org'" <java-patches at gcc dot gnu dot org>
- Date: 27 Nov 2001 21:24:29 -0700
- Subject: Re: PATCH: Reduce allocation overhead, fix IA64 GC descriptors
- References: <40700B4C02ABD5119F000090278766443BED93@hplex1.hpl.hp.com>
- Reply-to: tromey at redhat dot com
>>>>> "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