mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-137959: Fix TIER1_TO_TIER2 macro name in JIT InternalDocs (GH-141496)
JIT InternalDocs fix
This commit is contained in:
parent
732224e113
commit
c2470b39fa
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ ## The micro-op optimizer
|
|||
## The JIT interpreter
|
||||
|
||||
After a `JUMP_BACKWARD` instruction invokes the uop optimizer to create a uop
|
||||
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.
|
||||
|
||||
CPython implements two executors. Here we describe the JIT interpreter,
|
||||
which is the simpler of them and is therefore useful for debugging and analyzing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue