This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Merge vtable runtime support
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 03 Nov 2002 18:56:36 -0700
- Subject: Re: [PATCH] Merge vtable runtime support
- References: <Pine.LNX.4.44.0211022213060.23543-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> Removes a bit of redundancy now that the -findirect-dispatch
Jeff> runtime support knows how to construct dynamic vtables. As a
Jeff> side effect, the interpreter becomes more robust in the face of
Jeff> class changes, similar to what indirect dispatch does for
Jeff> compiled code.
Jeff> Regression tested on mainline. OK?
Yes. Thanks for doing this; I'm happy when I see a cleanup patch.
Tom