PEP 744: JIT Compilation

General question: since half of the tasks in Improving JIT code quality · Issue #115802 · python/cpython · GitHub seem already done on main platforms, by how much do you envision the remaining tasks to improve performance?

It seems there is a general contradiction between working on tiny unit of works (micro-ops) and using a JIT compilation scheme that doesn’t optimize accross micro-ops. Is it possible to break out of this contradiction while still benefitting from the advantages of the copy-and-patch approach?

1 Like