Y
Hacker News
new
|
ask
|
show
|
jobs
by
Misdicorl
438 days ago
I suppose serializing the JVM state itself to avoid the cold start problem might take advantage of this?
1 comments
nightpool
438 days ago
Why would that prevent the JVM from using the same speculative optimization JIT with deoptimization hooks approach?
link
Misdicorl
438 days ago
It wouldn't, but it might preclude using (future) optimizations that forgo those de-optimization hooks?
link