cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check

Open colesbury opened this issue 1 year ago • 1 comments

The STORE_ATTR_INSTANCE_VALUE opcode doesn't support objects with non-NULL managed dictionaries, so don't specialize to that op in that case.

  • Issue: gh-125610

colesbury avatar Oct 16 '24 19:10 colesbury

The stats show the expected reduction in misses for STORE_ATTR_INSTANCE_VALUE

markshannon avatar Oct 24 '24 13:10 markshannon

Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. 🐍🍒⛏🤖

miss-islington-app[bot] avatar Dec 06 '24 15:12 miss-islington-app[bot]

GH-127698 is a backport of this pull request to the 3.13 branch.

bedevere-app[bot] avatar Dec 06 '24 15:12 bedevere-app[bot]