This issue tracks progress of changing the JIT from one that projects traces to one that records them.
Follow-ups:
- Embed ENTER_EXECUTOR's executor in the bytecode and on trace graphs?
- Do not increase chain depth when side-exiting a branch, as that is just normal control-flow.
- Optimize through CALL_ALLOC_AND_ENTER_INIT
- Specialize: CALL_FUNCTION_EX, __init__ of slots, SEND for yield from
- Loop peel.
Linked PRs
Reactions are currently unavailable
This issue tracks progress of changing the JIT from one that projects traces to one that records them.
Follow-ups:
Linked PRs