Improved code generation in the CPython JIT
Improved code generation in the CPython JIT
Posted Jan 19, 2024 4:14 UTC (Fri) by qys (guest, #156455)Parent article: Improved code generation in the CPython JIT
I wonder how would JIT affect debuggability. Python does not have Tail Call Optimization because of this: http://neopythonic.blogspot.com/2009/04/final-words-on-ta...
