you can turn a JIT into an AOT compiler by disabli...
# announcements
m
you can turn a JIT into an AOT compiler by disabling all the speculation. the JVM AOT work is based on Graal which is designed to allow for that sort of thing.