[issue45609] Specialize STORE_SUBSCR

2022-01-04 Thread Mark Shannon
Mark Shannon added the comment: New changeset 7537f6008704b20e2d04a7ef1c0cfa34121cc5eb by Dennis Sweeney in branch 'main': bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193) https://github.com/python/cpython/commit/7537f6008704b20e2d04a7ef1c0cfa34121cc5eb --

[issue45609] Specialize STORE_SUBSCR

2021-12-18 Thread Dennis Sweeney
Change by Dennis Sweeney : -- pull_requests: +28414 pull_request: https://github.com/python/cpython/pull/30193 ___ Python tracker ___

[issue45609] Specialize STORE_SUBSCR

2021-11-20 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45609] Specialize STORE_SUBSCR

2021-11-19 Thread Mark Shannon
Mark Shannon added the comment: New changeset 036fead695a9a1e1082992d16ab46bca1cd61a25 by Dennis Sweeney in branch 'main': bpo-45609: Specialize STORE_SUBSCR (GH-29242) https://github.com/python/cpython/commit/036fead695a9a1e1082992d16ab46bca1cd61a25 -- nosy: +Mark.Shannon

[issue45609] Specialize STORE_SUBSCR

2021-10-27 Thread Dennis Sweeney
Change by Dennis Sweeney : -- pull_requests: +27505 pull_request: https://github.com/python/cpython/pull/29242 ___ Python tracker ___

[issue45609] Specialize STORE_SUBSCR

2021-10-25 Thread Dennis Sweeney
Change by Dennis Sweeney : -- keywords: +patch pull_requests: +27484 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29221 ___ Python tracker ___

[issue45609] Specialize STORE_SUBSCR

2021-10-25 Thread Dennis Sweeney
New submission from Dennis Sweeney : See the issue here for lots of data from before specializing: https://github.com/faster-cpython/ideas/issues/105 See https://gist.github.com/sweeneyde/91855e50feb9992b604ddda2d4f1511e for specialization data, pyperformance benchmarks, and microbenchmarks.