JIT
Recently, CPython announced the introduction of JIT in 3.13. See post. I have been long wanted to learn something about JIT, and this may be a good opportunity. The HN post actually provided quite a few learning materials. I think below two are quite useful
- https://www.youtube.com/watch?v=HxSHIpEQRjs
- https://blog.reverberate.org/2012/12/hello-jit-world-joy-of-simple-jits.html
Trace based JIT
This post is licensed under CC BY 4.0 by the author.