Will Java go native?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Thu Sep 19 10:21:16 PDT 2013


On 9/19/13 6:05 AM, PauloPinto wrote:
>> In java, all classes are dynamically loadable, and most functions are
>> virtual. This is a deal breaker for the AOT.
>
> Wrong. The Java AOT compilers that target embedded systems produce
> static binaries.

That's not wrong. Java AOT compilers usually (or at least last time I 
looked) make it clear they support no dynamic loading/invocation etc. so 
in a sense they don't support 100% of Java.

Andrei



More information about the Digitalmars-d mailing list