this post was submitted on 18 May 2024
1 points (55.6% liked)

Java

1324 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] Corbin 9 points 4 months ago

The article is hilariously ill-researched, to the point where it might well be a marketing post. GCC used to have Java support; it was discontinued due to a lack of interest and usage. There is no fundamental barrier to implementing AOT Java. Java's designers intentionally were making a statically-typed first-order Smalltalk that could be efficiently JIT'd; the language is designed for JIT instead of AOT.