Related articles |
---|
Optimization of late bindings in Java jib@hector.cs.brown.edu (Jim Baker) (1997-03-01) |
Re: Optimization of late bindings in Java scorp@btinternet.com (1997-03-05) |
From: | Jim Baker <jib@hector.cs.brown.edu> |
Newsgroups: | comp.compilers |
Date: | 1 Mar 1997 21:43:37 -0500 |
Organization: | Brown University, Computer Science Dept. |
Keywords: | Java, optimize |
I was wondering what work has been done on optimizing late binding in
Java. The Java VM supports quick instructions to replace method
lookup for an interface once the implementing class is determined. I
believe other forms of late binding can be optimized, such as
delegation, through a comparable JIT mechanism during the running of a
program. I have some ideas, but if anyone has done any work on this, I
certainly would like to know.
-- Jim
http://www.cs.brown.edu/people/jib
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.