Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
bpo-46939: Specialize calls to Python classes (POSTCALL edition)#31936
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Fidget-Spinner wants to merge24 commits intopython:mainfromFidget-Spinner:specialize_py_class_postcall
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes from1 commit
Commits
Show all changes
24 commits Select commitHold shift + click to select a range
43112e0
Specialize calls to Python classes
Fidget-Spinner09a7180
Add news
Fidget-Spinnerd74d294
Fix segfaults, refleaks, readjust sys tests size
Fidget-Spinner0583f6b
fix refleak on frame exit due to exception
Fidget-Spinnerbb78e9c
Use non-function pointer since it's faster
Fidget-Spinnerb570e92
Address Jelle's review (use vectorcall for new)
Fidget-Spinnerefad70f
Address Mark's reviews (remove func version check)
Fidget-Spinner4d6a06b
Use a macro for passing self
Fidget-Spinner5b526af
Merge remote-tracking branch 'upstream/main' into specialize_py_class…
Fidget-Spinnerde3a406
Use inline caching
Fidget-Spinner30a0659
Regenerate frozenmain
Fidget-Spinnerdb09eef
Fix test_dis
Fidget-Spinner0d7f59e
Merge remote-tracking branch 'upstream/main' into specialize_py_class…
Fidget-Spinner28f9dbb
Drop generators from specialization
Fidget-Spinnerb8b1f84
broken attempt at POSTCALL
Fidget-Spinnerf3763a8
fix stack bugs (pop only AFTER all the deopts)
Fidget-Spinnerfd94b86
regen test_frozenmain
Fidget-Spinnerafbfa99
rollback generator changes
Fidget-Spinner33caa29
Fix test_dis, add dis docs
Fidget-Spinner7ea82da
Merge branch 'main' of https://github.com/python/cpython into special…
Fidget-Spinner49f5edf
regen test_frozenmain
Fidget-Spinnerea60df0
Fix test_dis
Fidget-Spinnera51be54
add missing line
Fidget-Spinnerad6bd6c
Merge branch 'main' of https://github.com/python/cpython into special…
Fidget-SpinnerFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Use non-function pointer since it's faster
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitbb78e9cd9234084d2e6d6fefd55c2206badf17ff
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
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.