« Previous day (Dec 12, 2007) | Main | Next day (Dec 14, 2007) »
http://blogs.sun.com/jrose/date/20071213 Thursday December 13, 2007

Notes on an Architecture for Dynamic Invocation

In a previous post I enumerated the various parts that go into a call site in the JVM. In order to support the program structure of other languages, especially dynamic languages, the JVM must extend the present schemes of method definition, invocation, and linkage.

The key new requirements are dynamic relinking, programmable linkage, programmable guards, descriptor polymorphism, and method handles.

In brief:

[Read More]

Posted by jrose [JVM] ( December 13, 2007 06:36 PM ) Permalink | Comments[5]