top | item 43540170

(no title)

Misdicorl | 11 months ago

I suppose serializing the JVM state itself to avoid the cold start problem might take advantage of this?

discuss

order

nightpool|11 months ago

Why would that prevent the JVM from using the same speculative optimization JIT with deoptimization hooks approach?

Misdicorl|11 months ago

It wouldn't, but it might preclude using (future) optimizations that forgo those de-optimization hooks?