FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. by markshannon · Pull Request #29879 · 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.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header.
- #29879
#29879
Merged
markshannon
merged 21 commits into
python:main
python/cpython:main
from
faster-cpython:regular-dict-placement
faster-cpython/cpython:regular-dict-placement
Copy head branch name to clipboard
Dec 7, 2021
Conversation
Commits
21
(21)
Checks
Files changed
Merged
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header.
#29879
markshannon
merged 21 commits into
python:main
python/cpython:main
from
faster-cpython:regular-dict-placement
faster-cpython/cpython:regular-dict-placement
Copy head branch name to clipboard
Commits
Commits on Aug 5, 2021
Remove unsafe _PyObject_GC_Calloc function.
markshannon
committed
ee59772
View commit details
Copy full SHA for ee59772
Browse repository at this point
Commits on Aug 6, 2021
Place __dict__ immediately before GC header for variable sized objects and plain Python objects. Work in progress.
markshannon
committed
72b71cc
View commit details
Copy full SHA for 72b71cc
Browse repository at this point
Commits on Nov 29, 2021
Restore documented behavior of tp_dictoffset.
markshannon
committed
cd22dac
View commit details
Copy full SHA for cd22dac
Browse repository at this point
Merge branch 'main' into regular-dict-placement
markshannon
committed
4c83f77
View commit details
Copy full SHA for 4c83f77
Browse repository at this point
Fix up lazy dict creation logic to use managed dict pointers.
markshannon
committed
8a8593c
View commit details
Copy full SHA for 8a8593c
Browse repository at this point
Commits on Nov 30, 2021
Manage values pointer, placing them directly before managed dict pointers.
markshannon
committed
34b5cea
View commit details
Copy full SHA for 34b5cea
Browse repository at this point
Refactor a bit.
markshannon
committed
e8c74ab
View commit details
Copy full SHA for e8c74ab
Browse repository at this point
Fix specialization of managed values.
markshannon
committed
1bf13b0
View commit details
Copy full SHA for 1bf13b0
Browse repository at this point
Convert hint-based load/store attr specialization target managed dict classes.
markshannon
committed
a025dfb
View commit details
Copy full SHA for a025dfb
Browse repository at this point
Specialize LOAD_METHOD for managed dict objects.
markshannon
committed
5a012a8
View commit details
Copy full SHA for 5a012a8
Browse repository at this point
Commits on Dec 1, 2021
Merge branch 'main' into regular-dict-placement
markshannon
committed
e7734b8
View commit details
Copy full SHA for e7734b8
Browse repository at this point
Use newer API internally.
markshannon
committed
14d41ab
View commit details
Copy full SHA for 14d41ab
Browse repository at this point
Add NEWS.
markshannon
committed
123171a
View commit details
Copy full SHA for 123171a
Browse repository at this point
Use inline functions instead of magic constants.
markshannon
committed
48d6a58
View commit details
Copy full SHA for 48d6a58
Browse repository at this point
Remove unsafe _PyObject_GC_Malloc() function.
markshannon
committed
79e61bf
View commit details
Copy full SHA for 79e61bf
Browse repository at this point
Commits on Dec 2, 2021
Remove invalid assert.
markshannon
committed
ce0f65b
View commit details
Copy full SHA for ce0f65b
Browse repository at this point
Commits on Dec 3, 2021
Add comment explaning use of Py_TPFLAGS_MANAGED_DICT.
markshannon
committed
98ddaed
View commit details
Copy full SHA for 98ddaed
Browse repository at this point
Commits on Dec 7, 2021
Use inline function, not magic constant.
markshannon
committed
0f376b5
View commit details
Copy full SHA for 0f376b5
Browse repository at this point
Tidy up struct layout a bit.
markshannon
committed
d724812
View commit details
Copy full SHA for d724812
Browse repository at this point
Tidy up gdb/libpython.py.
markshannon
committed
9435bae
View commit details
Copy full SHA for 9435bae
Browse repository at this point
Fix whitespace.
markshannon
committed
302f46f
View commit details
Copy full SHA for 302f46f
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL