Skip to content

Commit 4d00b7a

Browse files
efimov-mikhailStanFromIreland
authored andcommitted
pythongh-137959: Fix TIER1_TO_TIER2 macro name in JIT InternalDocs (pythonGH-141496)
JIT InternalDocs fix
1 parent 324e322 commit 4d00b7a

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)