8000
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.
InternalDocs/jit.md
1 parent b9d8d99 commit bfc292aCopy full SHA for bfc292a
InternalDocs/jit.md
@@ -66,7 +66,7 @@ When invoked, the executor jumps to the `tier2_dispatch:` label in
66
executes the micro-ops. The body of this loop is a switch statement over
67
the uops IDs, resembling the one used in the adaptive interpreter.
68
69
-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),
70
which is generated by the build script
71
[`Tools/cases_generator/tier2_generator.py`](../Tools/cases_generator/tier2_generator.py)
72
from the bytecode definitions in
0 commit comments