FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Bytecode oparg optimization by ShaharNaveh · Pull Request #7032 · 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
Bytecode oparg optimization
- #7032
#7032
Merged
youknowone
merged 19 commits into
RustPython:main
RustPython/RustPython:main
from
ShaharNaveh:bytecode-oparg-optimization
ShaharNaveh/RustPython:bytecode-oparg-optimization
Copy head branch name to clipboard
Feb 7, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Bytecode oparg optimization
#7032
youknowone
merged 19 commits into
RustPython:main
RustPython/RustPython:main
from
ShaharNaveh:bytecode-oparg-optimization
ShaharNaveh/RustPython:bytecode-oparg-optimization
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2026
Generate optimized oparg enums
ShaharNaveh
committed
deefe91
View commit details
Copy full SHA for deefe91
Browse repository at this point
No need to match on 255
ShaharNaveh
committed
b7794a5
View commit details
Copy full SHA for b7794a5
Browse repository at this point
Remove `num_enum` crate from `compiler-core`
ShaharNaveh
committed
ebabd58
View commit details
Copy full SHA for ebabd58
Browse repository at this point
Update `Cargo.lock`
ShaharNaveh
committed
a8b581c
View commit details
Copy full SHA for a8b581c
Browse repository at this point
macro fmt
ShaharNaveh
committed
e48fdeb
View commit details
Copy full SHA for e48fdeb
Browse repository at this point
Rename macro vars
ShaharNaveh
committed
badcd5f
View commit details
Copy full SHA for badcd5f
Browse repository at this point
Match without `,`
ShaharNaveh
committed
56e23ef
View commit details
Copy full SHA for 56e23ef
Browse repository at this point
Support alternative values
ShaharNaveh
committed
5f3eb51
View commit details
Copy full SHA for 5f3eb51
Browse repository at this point
Fix alternatives
ShaharNaveh
committed
a371d16
View commit details
Copy full SHA for a371d16
Browse repository at this point
Improve docs
ShaharNaveh
committed
1035006
View commit details
Copy full SHA for 1035006
Browse repository at this point
Add const assert
ShaharNaveh
committed
14f3030
View commit details
Copy full SHA for 14f3030
Browse repository at this point
Don't use `as u32`
ShaharNaveh
committed
d2c98f0
View commit details
Copy full SHA for d2c98f0
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into bytecode-oparg-optimization
ShaharNaveh
committed
e3b9efa
View commit details
Copy full SHA for e3b9efa
Browse repository at this point
Make only ComparisonOperator unoptimized
ShaharNaveh
committed
4fcc241
View commit details
Copy full SHA for 4fcc241
Browse repository at this point
Fix test
ShaharNaveh
committed
4a06d52
View commit details
Copy full SHA for 4a06d52
Browse repository at this point
cleanup
ShaharNaveh
committed
2a9ef82
View commit details
Copy full SHA for 2a9ef82
Browse repository at this point
Commits on Feb 7, 2026
Merge remote-tracking branch 'upstream/main' into bytecode-oparg-optimization
ShaharNaveh
committed
71be956
View commit details
Copy full SHA for 71be956
Browse repository at this point
All opargs are optimized
ShaharNaveh
committed
bb5677c
View commit details
Copy full SHA for bb5677c
Browse repository at this point
Remove comment
ShaharNaveh
committed
9795123
View commit details
Copy full SHA for 9795123
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL