FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators by markshannon · Pull Request #128918 · 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.9k
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
GH-128914: Remove conditional stack effects from bytecodes.c and the code generators
- #128918
#128918
Merged
markshannon
merged 21 commits into
python:main
python/cpython:main
from
faster-cpython:no-conditional-stack-effects
faster-cpython/cpython:no-conditional-stack-effects
Copy head branch name to clipboard
Jan 20, 2025
Conversation
Commits
21
(21)
Checks
Files changed
Merged
GH-128914: Remove conditional stack effects from bytecodes.c and the code generators
#128918
markshannon
merged 21 commits into
python:main
python/cpython:main
from
faster-cpython:no-conditional-stack-effects
faster-cpython/cpython:no-conditional-stack-effects
Copy head branch name to clipboard
Commits
Commits on Jan 15, 2025
No conditional stack effects for LOAD_GLOBAL or LOAD_ATTR
markshannon
committed
d85c001
View commit details
Copy full SHA for d85c001
Browse repository at this point
No conditional stack effects for LOAD_SUPER_ATTR or CALL_FUNCTION_EX
markshannon
committed
053327a
View commit details
Copy full SHA for 053327a
Browse repository at this point
Remove support for conditional stack effects from code generators
markshannon
committed
029f844
View commit details
Copy full SHA for 029f844
Browse repository at this point
Fix up tests
markshannon
committed
0f49a42
View commit details
Copy full SHA for 0f49a42
Browse repository at this point
Remove 'split' annotation
markshannon
committed
0515341
View commit details
Copy full SHA for 0515341
Browse repository at this point
Commits on Jan 16, 2025
Rename result of PUSH_NULL
markshannon
committed
402787c
View commit details
Copy full SHA for 402787c
Browse repository at this point
Use full oparg for name index in LOAD_GLOBAL and LOAD_ATTR
markshannon
committed
6ac95d4
View commit details
Copy full SHA for 6ac95d4
Browse repository at this point
Use correct magic number
markshannon
committed
3e475e8
View commit details
Copy full SHA for 3e475e8
Browse repository at this point
Fix magic number comment
markshannon
committed
a766382
View commit details
Copy full SHA for a766382
Browse repository at this point
Remove unused function
markshannon
committed
4104065
View commit details
Copy full SHA for 4104065
Browse repository at this point
Merge branch 'main' into no-conditional-stack-effects
markshannon
committed
6c1a7eb
View commit details
Copy full SHA for 6c1a7eb
Browse repository at this point
Update Lib/test/test_monitoring.py
Show description for 17249ba
markshannon
and
iritkatriel
authored
17249ba
View commit details
Copy full SHA for 17249ba
Browse repository at this point
Commits on Jan 17, 2025
Merge branch 'main' into no-conditional-stack-effects
markshannon
committed
9ce0600
View commit details
Copy full SHA for 9ce0600
Browse repository at this point
Merge remote-tracking branch 'faster/no-conditional-stack-effects' into no-conditional-stack-effects
markshannon
committed
7806d43
View commit details
Copy full SHA for 7806d43
Browse repository at this point
Document new LOAD_METHOD instruction. Update docs for LOAD_ATTR
markshannon
committed
bbcc0df
View commit details
Copy full SHA for bbcc0df
Browse repository at this point
Add news
markshannon
committed
0a2f9d1
View commit details
Copy full SHA for 0a2f9d1
Browse repository at this point
Remove old docs for LOAD_METHOD
markshannon
committed
be67c3e
View commit details
Copy full SHA for be67c3e
Browse repository at this point
Fix example
markshannon
committed
5e547a5
View commit details
Copy full SHA for 5e547a5
Browse repository at this point
Fix another example
markshannon
committed
a805197
View commit details
Copy full SHA for a805197
Browse repository at this point
Commits on Jan 20, 2025
Merge branch 'main' into no-conditional-stack-effects
markshannon
committed
2c2ae8d
View commit details
Copy full SHA for 2c2ae8d
Browse repository at this point
Merge branch 'main' into no-conditional-stack-effects
markshannon
committed
d5e47ea
View commit details
Copy full SHA for d5e47ea
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL