Reorganize the JIT optimization passes. #128939
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-JIT
type-feature
A feature request or enhancement
Currently the JIT works in the following passes:
What we want is:
To get there we need to combine current steps 1-4 into a single step and implement the partial evaluator. The partial evaluator is discussed elsewhere, this issue is about combining the earlier passes.
To do this, we want to:
Linked PRs
The text was updated successfully, but these errors were encountered: