FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Refine specialization caches and extend binary-op coverage by youknowone · Pull Request #7386 · RustPython/RustPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
295
Pull requests
99
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Refine specialization caches and extend binary-op coverage
- #7386
#7386
Merged
youknowone
merged 14 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:specialization
youknowone/RustPython:specialization
Copy head branch name to clipboard
Mar 10, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Refine specialization caches and extend binary-op coverage
#7386
youknowone
merged 14 commits into
RustPython:main
RustPython/RustPython:main
from
youknowone:specialization
youknowone/RustPython:specialization
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2026
Align BINARY_OP_EXTEND with CPython descriptor cache model
youknowone
committed
5393e86
View commit details
Copy full SHA for 5393e86
Browse repository at this point
Align type _spec_cache and latin1 singleton string paths
youknowone
committed
5bc6078
View commit details
Copy full SHA for 5bc6078
Browse repository at this point
Add specialization differential harness and align init error text
youknowone
committed
cb156c1
View commit details
Copy full SHA for cb156c1
Browse repository at this point
Tighten CALL_ALLOC_AND_ENTER_INIT stack-space guard
youknowone
committed
fc4728b
View commit details
Copy full SHA for fc4728b
Browse repository at this point
Align call-init frame flow and spec cache atomic ordering
youknowone
committed
c487b6d
View commit details
Copy full SHA for c487b6d
Browse repository at this point
Refine call-init recursion guard and cache swap lifetime handling
youknowone
committed
2dd64b8
View commit details
Copy full SHA for 2dd64b8
Browse repository at this point
Align spec cache write locking with CPython contract
youknowone
committed
a0c302c
View commit details
Copy full SHA for a0c302c
Browse repository at this point
rename
youknowone
committed
ceefe6e
View commit details
Copy full SHA for ceefe6e
Browse repository at this point
address review: invalidate init cache on type modification, add cspell words
youknowone
committed
2d7cb74
View commit details
Copy full SHA for 2d7cb74
Browse repository at this point
Align load attr miss cooldown with CPython
youknowone
committed
f7924dd
View commit details
Copy full SHA for f7924dd
Browse repository at this point
Align CALL descriptor and class-call specialization with CPython
youknowone
committed
138d48e
View commit details
Copy full SHA for 138d48e
Browse repository at this point
address review: check datastack space for extra_bytes, require CO_OPTIMIZED in vectorcall fast path
youknowone
committed
aa9f5a8
View commit details
Copy full SHA for aa9f5a8
Browse repository at this point
Extract datastack_frame_size_bytes_for_code, skip monitoring for init_cleanup frames, guard trace dispatch
Show description for a277b86
youknowone
committed
a277b86
View commit details
Copy full SHA for a277b86
Browse repository at this point
Fix Constants newtype usage in init_cleanup_code
youknowone
committed
dbd8b1a
View commit details
Copy full SHA for dbd8b1a
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL