8000 bpo-46841: Use inline caching for attribute accesses by brandtbucher · Pull Request #31640 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-46841: Use inline caching for attribute accesses #31640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

< 8000 p class="mt-4 color-fg-muted text-center"> Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 3, 2022
Prev Previous commit
Next Next commit
blurb add
  • Loading branch information
brandtbucher committed Mar 2, 2022
commit 5b06d9755d9e49abc8fbecfafc107f80209aee78
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Use inline caching for :opcode:`LOAD_ATTR`, :opcode:`LOAD_METHOD`, and
:opcode:`STORE_ATTR`.
0