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]

[BC] Patch: FYI: remove method deferment


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.


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