mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
Docs: Fix typo in InternalDocs/jit.md
(#132119)
This commit is contained in:
parent
b9d8d99563
commit
bfc292abc1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ When invoked, the executor jumps to the `tier2_dispatch:` label in
|
|||
executes the micro-ops. The body of this loop is a switch statement over
|
||||
the uops IDs, resembling the one used in the adaptive interpreter.
|
||||
|
||||
The swtich implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
|
||||
The switch implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
|
||||
which is generated by the build script
|
||||
[`Tools/cases_generator/tier2_generator.py`](../Tools/cases_generator/tier2_generator.py)
|
||||
from the bytecode definitions in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue