Change JUMP_TO_TOP
to a more general backwards jump for tier 2.
#117062
Labels
3.13
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
Currently we have the
_JUMP_TO_TOP
uop which jumps to the second uop in the tier 2 trace, as the first is reserved for_START_EXECUTOR
.Since this is a bit of an odd special case, we might as well add a more general jump backward.
Doing so would have a few advantages:
Linked PRs
_JUMP_TO_TOP
a general absolute jump #120854The text was updated successfully, but these errors were encountered: