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