-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
GH-115776: Embed the values array into the object, for "normal" Python objects. #116115
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.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d5085db
Inline values work in progress
markshannon 0d88de4
Change layout of PyDictValue to make is suitable for appending to end…
markshannon d922903
Add copy_values function
markshannon c03e6cb
Tidy up _PyObject_Init
markshannon 621ea3b
Inline values -- Work in progress
markshannon 67daab5
Get inline values closer to working
markshannon 34c7171
Further fixing
markshannon c237e79
Remove debug field
markshannon f80befa
Remove unused function
markshannon a0c11e4
Merge branch 'main' into inline-values
markshannon bc1ebc8
Two tweaks
markshannon 0dc68a4
Rename dict-or-values to managed-dict
markshannon 084519c
Update object layout doc
markshannon 3744f32
Add news
markshannon 75ee5a0
Fix a couple of compilation errors on Windows
markshannon 162764c
Update gdb support
markshannon 82ece1b
Specialize LOAD_ATTR for (uninitialized) managed dicts
markshannon 6a762ed
Allow extra allocation in JIT for tests.
markshannon 9dbc8dd
Fix error from merge
markshannon 4a1f7b7
Fix another mis-merge and update generated files
markshannon 09121f9
Fix formatting
markshannon c384b05
Fix up free threading
markshannon ee5cf2a
Merge branch 'main' into inline-values
markshannon 005b42b
Remove incorrect assertion
markshannon 48d849e
Merge branch 'main' into inline-values
markshannon 682217c
Remove some debug code
markshannon 0ff1709
Fix off by one error.
markshannon 895a944
Simplify PyObject_ClearManagedDict
markshannon 1b4302a
Merge branch 'main' into inline-values
markshannon ecd4204
Merge branch 'main' into inline-values
markshannon c05d01d
Get tests passing for free-threaded build
markshannon d441d7b
Review comment and compiler warnings
markshannon 3395bc2
Update stats gathering.
markshannon ccceffb
Better type safety. Fewer downcasts, some more upcasts
markshannon 7700177
Merge branch 'main' into inline-values
markshannon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Simplify PyObject_ClearManagedDict
- Loading branch information
commit 895a94460a1e9cb1f6e29a8453fc5b2c4e700ddd
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.