Y
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
pjmlp
3780 days ago
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.
link
The alternative is a commercial JDK, almost all of them do support AOT compilation.