mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-119786: Fix _PyExecutorObject link at jit.md file (#131382)
This commit is contained in:
parent
ffc2f1dd1c
commit
149fbb01f2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ It then calls the function `_PyOptimizer_Optimize()` in
|
|||
[`Python/optimizer.c`](../Python/optimizer.c), passing it the current
|
||||
[frame](frames.md) and instruction pointer. `_PyOptimizer_Optimize()`
|
||||
constructs an object of type
|
||||
[`_PyExecutorObject`](Include/internal/pycore_optimizer.h) which implements
|
||||
[`_PyExecutorObject`](../Include/internal/pycore_optimizer.h) which implements
|
||||
an optimized version of the instruction trace beginning at this jump.
|
||||
|
||||
The optimizer determines where the trace ends, and the executor is set up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue