Slide 11
Slide 11 text
“You can monkey patch
anything”
Thursday, February 28, 13
Again, not a problem. When you’re building a JIT, it’s basically a solved problem, it’s called
“deoptimization” and basically that means, generate really optimized code, but still check
your assumptions, if they’re wrong you bail out. Most advanced JITs, like RPython (as seen in
PyPy and Topaz), and v8 have this.