This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[BC] Patch: FYI: remove method deferment
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Thu, 23 Sep 2004 08:52:43 +0100
- Subject: [BC] Patch: FYI: remove method deferment
- References: <m31xh0g07u.fsf@localhost.localdomain>
Tom Tromey writes:
> I'm checking this in on the BC branch.
>
> With the class preparation cleanup, it is now obvious that the `ncode'
> for a method is known to be set when the atable is computed. So, we
> should no longer need _Jv_Defer_Resolution.
This used to be possible if we called an interpreted class from a
compiled class. I'm pleased this code is dead!
Andrew.