Hacker News new | ask | show | jobs
by jahewson 3780 days ago
Short-lived processes are an issue, because while startup time can be ok, code won't perform well until it's hot enough to be JITed.
1 comments

You can set the JIT threshold to 0, assuming the impact would still be worthwhile.

The alternative is a commercial JDK, almost all of them do support AOT compilation.