Related articles |
---|
Interface implementation ramiro@cs.cornell.edu (Ramiro Rodriguez) (2004-10-12) |
Re: Interface implementation andi@a4.complang.tuwien.ac.at (2004-10-17) |
Re: Interface implementation tzvetanmi@yahoo.com (2004-10-17) |
Re: Interface implementation vbdis@aol.com (2004-10-17) |
Re: Interface implementation eeide@cs.utah.edu (Eric Eide) (2004-10-17) |
Re: Interface implementation cfc@shell01.TheWorld.com (Chris F Clark) (2004-10-17) |
From: | andi@a4.complang.tuwien.ac.at (Andreas Krall) |
Newsgroups: | comp.compilers |
Date: | 17 Oct 2004 16:03:09 -0400 |
Organization: | Compilers Central |
References: | 04-10-102 |
Keywords: | OOP, bibliography |
Posted-Date: | 17 Oct 2004 16:03:09 EDT |
Ramiro Rodriguez <ramiro@cs.cornell.edu> writes:
> to be not as easy if one allows multiple interface implementation. I
> could do a table which is referenced by the name of the function but I
> am wondering if there is some more efficient way of doing this.
Chapter 6 (Optimizations for Object Oriented Languages) of
The Compiler Design Handbook
and
http://www.complang.tuwien.ac.at/andi/javaws.ps
and
@INPROCEEDINGS{Alpern+01,
AUTHOR = {Bowen Alpern and Anthony Cocchi and David Grove
and Derek Lieber},
TITLE = {Efficient Dispatch of {Java} Interface Methods},
BOOKTITLE = {HPCN'01, Java in High Performance Computing},
EDITOR = {Vladimir Getov and George K. Thiruvathukal},
SERIES = {LNCS 2110},
PUBLISHER = {Springer},
PAGES = {621--628},
ADDRESS = {Amsterdam},
MONTH = {June},
YEAR = 2001
or
http://www.research.ibm.com/people/d/dgrove/papers/oopsla01.pdf
--
andi@complang.tuwien.ac.at Andreas Krall
http://www.complang.tuwien.ac.at/andi/ Inst. f. Computersprachen, TU Wien
tel: (+431) 58801/18511 Argentinierstr. 8/4/1851
fax: (+431) 58801/18598 A-1040 Wien AUSTRIA EUROPE
Return to the
comp.compilers page.
Search the
comp.compilers archives again.