FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. by markshannon · Pull Request #93908 · 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-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack.
- #93908
#93908
Merged
markshannon
merged 6 commits into
python:main
python/cpython:main
from
faster-cpython:store-code-size
faster-cpython/cpython:store-code-size
Copy head branch name to clipboard
Jun 20, 2022
Conversation
Commits
6
(6)
Checks
Files changed
Merged
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack.
#93908
markshannon
merged 6 commits into
python:main
python/cpython:main
from
faster-cpython:store-code-size
faster-cpython/cpython:store-code-size
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2022
Streamline pushing frames, by deopting if insufficient space.
markshannon
committed
f1235fe
View commit details
Copy full SHA for f1235fe
Browse repository at this point
Move NULL check and incref off the fast path.
markshannon
committed
6f7b085
View commit details
Copy full SHA for 6f7b085
Browse repository at this point
Use size in frame space check. Allows multiple frames to be checked at once.
markshannon
committed
5fdd7f8
View commit details
Copy full SHA for 5fdd7f8
Browse repository at this point
DRY stats call.
markshannon
committed
38e04b5
View commit details
Copy full SHA for 38e04b5
Browse repository at this point
Merge branch 'main' into store-code-size
markshannon
committed
13d480a
View commit details
Copy full SHA for 13d480a
Browse repository at this point
Commits on Jun 17, 2022
Merge branch 'main' into store-code-size
markshannon
committed
80ebbfc
View commit details
Copy full SHA for 80ebbfc
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL