This is the mail archive of the java@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: Final methods and the BC-ABI


On Nov 8, 2003, at 12:01 AM, Andrew Haley wrote:

From an implementation point of view, all that we have to do is
generate code to go via the vtable for all such calls and then make
sure that java_get_callee_fndecl() knows how to unpick them.  Inlining
will then work just fine.

The only catch is that if the call is inlined, we need to put the null-object check back in!


Regards

Bryce.



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