dyn.js - invokedynamic-based js implementation

Rémi Forax forax at univ-mlv.fr
Thu Oct 13 07:34:42 PDT 2011


On 10/13/2011 04:24 PM, Douglas Campos wrote:
> Remi,
>>> By example, for javascript Number, it should be a j.l.Double but with
>>> it's own vtable
> when you talk about having a vtable, you mean the "verified-entrypoint" recipe from jsr292 cookbook? (or something into these lines)
>
> So I would be providing "more methods" to a j.l.Double, linking with static methods via methodhandles?

yes, but the vtable of the VEP tailor its method handles in a very 
special way,
a vtable storing simple method handles is enough.

> cheers
> -- qmx

Rémi



More information about the mlvm-dev mailing list