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

Why would that prevent the JVM from using the same speculative optimization JIT with deoptimization hooks approach?
It wouldn't, but it might preclude using (future) optimizations that forgo those de-optimization hooks?