FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-93516: Store offset of first traceable instruction in code object by markshannon · Pull Request #93769 · 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.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-93516: Store offset of first traceable instruction in code object
- #93769
#93769
Merged
markshannon
merged 4 commits into
python:main
python/cpython:main
from
faster-cpython:cache-first-traceable-instruction
faster-cpython/cpython:cache-first-traceable-instruction
Copy head branch name to clipboard
Jun 14, 2022
Conversation
Commits
4
(4)
Checks
Files changed
Merged
GH-93516: Store offset of first traceable instruction in code object
#93769
markshannon
merged 4 commits into
python:main
python/cpython:main
from
faster-cpython:cache-first-traceable-instruction
faster-cpython/cpython:cache-first-traceable-instruction
Copy head branch name to clipboard
Commits
Commits on Jun 13, 2022
Store offset of first traceable instruction to avoid having to recompute it all the time when tracing.
markshannon
committed
cc44d3b
View commit details
Copy full SHA for cc44d3b
Browse repository at this point
Hardcode RESUME opcode in deepfreeze, to break dependency on exact version of Python used.
markshannon
committed
4af267e
View commit details
Copy full SHA for 4af267e
Browse repository at this point
Handle empty code objects, and other invalid code, gracefully.
markshannon
committed
ea8bea2
View commit details
Copy full SHA for ea8bea2
Browse repository at this point
Commits on Jun 14, 2022
Check bounds before data
markshannon
committed
a3ad259
View commit details
Copy full SHA for a3ad259
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL