|
|
|
|
|
by pjmlp
3553 days ago
|
|
Java has AOT compilation since ages, here is one example. https://www.excelsiorjet.com/ Most commercial JDKs do support AOT compilation to native code, and alongside Java library and eco-system, it definitely makes it more than a solid competitor to Go. The problem is that free AOT compilers never were a big match to the ones from commercial JDKs, and in this day and age, most developers don't pay for compilers unless forced to do so. So Java AOT compilers are usually only used by enterprise companies. |
|