Skip to content

Commit c2470b3

Browse files
gh-137959: Fix TIER1_TO_TIER2 macro name in JIT InternalDocs (GH-141496)
JIT InternalDocs fix
1 parent 732224e commit c2470b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/jit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and an instance of `_PyUOpExecutor_Type` is created to contain it.
5353
## The JIT interpreter
5454

5555
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.
56+
executor, it transfers control to this executor via the `TIER1_TO_TIER2` macro.
5757

5858
CPython implements two executors. Here we describe the JIT interpreter,
5959
which is the simpler of them and is therefore useful for debugging and analyzing

0 commit comments

Comments
 (0)