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.
1 parent bc8a50b commit 3bbf6eeCopy full SHA for 3bbf6ee
InternalDocs/jit.md
@@ -68,7 +68,7 @@ JIT to run on its interpreter (i.e., python is configured with
68
When invoked, the executor jumps to the `tier2_dispatch:` label in
69
[`Python/ceval.c`](../Python/ceval.c), where there is a loop that
70
executes the micro-ops. The body of this loop is a switch statement over
71
-the uops IDs, reselmbling the one used in the adaptive interpreter.
+the uops IDs, resembling the one used in the adaptive interpreter.
72
73
The swtich implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
74
which is generated by the build script
0 commit comments