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] Merge vtable runtime support


>>>>> "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


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