-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
The expression my_list[-1]
gets specialized to BINARY_SUBSCR_LIST_INT
every time, then it gets 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.
Linked PRs
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement