Open
Description
Linked PRs
- GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs #118106
- GH-118095: Handle
RETURN_GENERATOR
in tier 2 #118180 - GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 #118279
- GH-118095: Allow a variant of RESUME_CHECK in tier 2 #118286
- GH-118095: Use broader specializations in tier 1, for better tier 2 support of calls. #118322
- GH-118095: Add tier 2 support for YIELD_VALUE #118380
- GH-118095: Unify the behavior of tier 2
FOR_ITER
branch micro-ops #118420 - GH-118095: Make invalidating and clearing executors memory safe #118459
- GH-118095: Make sure that progress is made if there are pending calls being handled. #118484
- gh-118095: Bump magic number #118575
- GH-118095: Use _DYNAMIC_EXIT to stitch traces ending in unbalanced returns or yields. #118578
- GH-118095: Make BINARY_SUBSCR_GETITEM suitable for tier 2 #120793