We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TIER1_TO_TIER2
1 parent 732224e commit c2470b3Copy full SHA for c2470b3
InternalDocs/jit.md
@@ -53,7 +53,7 @@ and an instance of `_PyUOpExecutor_Type` is created to contain it.
53
## The JIT interpreter
54
55
After a `JUMP_BACKWARD` instruction invokes the uop optimizer to create a uop
56
-executor, it transfers control to this executor via the `GOTO_TIER_TWO` macro.
+executor, it transfers control to this executor via the `TIER1_TO_TIER2` macro.
57
58
CPython implements two executors. Here we describe the JIT interpreter,
59
which is the simpler of them and is therefore useful for debugging and analyzing
0 commit comments