Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.2k
Open
Description
MergingGET_ITER andGET_YIELD_FROM_ITER will allow optimizations applied tofor loops for common types like lists to also be applied toyield from loops and allow better specialization ofSEND improving JIT coverage.
To merge the two instructions,SEND will have to be modified to take an extraNULL input.
This is part of#145047