Y
Hacker News
new
|
ask
|
show
|
jobs
by
kasey_junk
3780 days ago
Long running processes without a lot of events can also deal with "startup issues", in that they won't trigger JIT.
1 comments
pjmlp
3780 days ago
You can set the JIT threshold to 0, then it will JIT the full bytecode on startup, but it might perform worse.
link