Status of Anno Class loader with constant patches?

Helmut Eller eller.helmut at gmail.com
Thu Jan 6 07:08:25 PST 2011


* Rémi Forax [2011-01-06 13:30] writes:

>> that is essentially a constant but<exp>  must be evaluated at load time
>> and not later (as would be done with lazy linking).
>
> why not using a static final field initialized in <clinit> in that case ?

Because final static fields can't be optimized as well as constant method
handles (you said that).  

Helmut



More information about the mlvm-dev mailing list