Improved code generation in the CPython JIT
Improved code generation in the CPython JIT
Posted Jan 20, 2024 17:01 UTC (Sat) by gray_-_wolf (subscriber, #131074)In reply to: Improved code generation in the CPython JIT by vstinner
Parent article: Improved code generation in the CPython JIT
> The idea is to use a different bytecode if code is being run in a debugger.
I wonder if this will lead to fun bugs only manifesting when not debugging.
