Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
The expressionmy_list[-1]
gets specialized toBINARY_SUBSCR_LIST_INT
every time, then itgets deoptimized every time
This leads to 31%ish of Edit: this stat was probably not accurate.BINARY_SUBSCR_LIST_INT
executions being misses (on some programs anyway).
Should be an easy fix.