FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45340: Don't create object dictionaries unless actually needed by markshannon · Pull Request #28802 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45340: Don't create object dictionaries unless actually needed
- #28802
#28802
Merged
markshannon
merged 25 commits into
python:main
python/cpython:main
from
faster-cpython:inline-attributes-with-opt
faster-cpython/cpython:inline-attributes-with-opt
Copy head branch name to clipboard
Oct 13, 2021
Conversation
Commits
25
(25)
Checks
Files changed
Merged
bpo-45340: Don't create object dictionaries unless actually needed
#28802
markshannon
merged 25 commits into
python:main
python/cpython:main
from
faster-cpython:inline-attributes-with-opt
faster-cpython/cpython:inline-attributes-with-opt
Copy head branch name to clipboard
Commits
Commits on Sep 22, 2021
Add insertion order bit-vector to dict values to allow dicts to share keys more freely.
markshannon
committed
8214006
View commit details
Copy full SHA for 8214006
Browse repository at this point
Commits on Sep 23, 2021
Add NEWS
markshannon
committed
45c9814
View commit details
Copy full SHA for 45c9814
Browse repository at this point
Never change types' cached keys. It could invalidate inline attribute objects.
markshannon
committed
c3de09e
View commit details
Copy full SHA for c3de09e
Browse repository at this point
Commits on Sep 30, 2021
Lazily create object dictionaries. Work in progress.
markshannon
committed
58dd2a0
View commit details
Copy full SHA for 58dd2a0
Browse repository at this point
Restore specialization for inline attributes.
markshannon
committed
769183a
View commit details
Copy full SHA for 769183a
Browse repository at this point
Turn on stats
markshannon
committed
1e6cd1f
View commit details
Copy full SHA for 1e6cd1f
Browse repository at this point
Commits on Oct 1, 2021
Fix specialization of LOAD/STORE_ATTR.
markshannon
committed
a8fbb34
View commit details
Copy full SHA for a8fbb34
Browse repository at this point
Turn off stats.
markshannon
committed
37d8cc6
View commit details
Copy full SHA for 37d8cc6
Browse repository at this point
Commits on Oct 4, 2021
Don't update shared keys version for deletion of value.
markshannon
committed
0e022f9
View commit details
Copy full SHA for 0e022f9
Browse repository at this point
Commits on Oct 6, 2021
Merge main into inline-attributes-with-opt
markshannon
committed
ddd2e2c
View commit details
Copy full SHA for ddd2e2c
Browse repository at this point
Fix refrence leak.
markshannon
committed
e979575
View commit details
Copy full SHA for e979575
Browse repository at this point
Change 'InlineAttribute' to 'InstanceAttribute' as they are not inline (yet)
markshannon
committed
42361ad
View commit details
Copy full SHA for 42361ad
Browse repository at this point
Merge branch 'main' into inline-attributes-with-opt
markshannon
committed
e9b09d5
View commit details
Copy full SHA for e9b09d5
Browse repository at this point
Commits on Oct 7, 2021
Update gdb support to handle instance values.
markshannon
committed
70dc34f
View commit details
Copy full SHA for 70dc34f
Browse repository at this point
Rename SPLIT_KEYS opcodes to INSTANCE_VALUE.
markshannon
committed
022f2c5
View commit details
Copy full SHA for 022f2c5
Browse repository at this point
Tidy test_gc
markshannon
committed
4ec5f11
View commit details
Copy full SHA for 4ec5f11
Browse repository at this point
Don't lose errors.
markshannon
committed
1818a5a
View commit details
Copy full SHA for 1818a5a
Browse repository at this point
Make sure order is updated when deleting from values array.
markshannon
committed
bfc7be0
View commit details
Copy full SHA for bfc7be0
Browse repository at this point
Update test_dict.
markshannon
committed
62a3a59
View commit details
Copy full SHA for 62a3a59
Browse repository at this point
Commits on Oct 8, 2021
Add NEWS
markshannon
committed
7978220
View commit details
Copy full SHA for 7978220
Browse repository at this point
Commits on Oct 12, 2021
Merge branch 'main' into inline-attributes-with-opt
markshannon
committed
b25b1d9
View commit details
Copy full SHA for b25b1d9
Browse repository at this point
Merge branch 'main' into inline-attributes-with-opt
markshannon
committed
7b2efa4
View commit details
Copy full SHA for 7b2efa4
Browse repository at this point
Make sure that instance dicts are GC tracked when necessary.
markshannon
committed
459e29e
View commit details
Copy full SHA for 459e29e
Browse repository at this point
Support older versions of Python in gdb.
markshannon
committed
83b90c5
View commit details
Copy full SHA for 83b90c5
Browse repository at this point
Rename function and move to internal header.
markshannon
committed
8c894f3
View commit details
Copy full SHA for 8c894f3
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL