FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-116422: Tier2 hot/cold splitting by markshannon · Pull Request #116813 · 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-116422: Tier2 hot/cold splitting
- #116813
#116813
Merged
markshannon
merged 31 commits into
python:main
python/cpython:main
from
faster-cpython:tier2-hot-cold-splitting
faster-cpython/cpython:tier2-hot-cold-splitting
Copy head branch name to clipboard
Mar 26, 2024
Conversation
Commits
31
(31)
Checks
Files changed
Merged
GH-116422: Tier2 hot/cold splitting
#116813
markshannon
merged 31 commits into
python:main
python/cpython:main
from
faster-cpython:tier2-hot-cold-splitting
faster-cpython/cpython:tier2-hot-cold-splitting
Copy head branch name to clipboard
Commits
Commits on Mar 12, 2024
Subdivide uop instruction into deopt, exit and error targets
markshannon
committed
9a4879d
View commit details
Copy full SHA for 9a4879d
Browse repository at this point
Pass length of trace around.
markshannon
committed
b6b6426
View commit details
Copy full SHA for b6b6426
Browse repository at this point
Hot cold splitting. Work in progress
markshannon
committed
20a7afe
View commit details
Copy full SHA for 20a7afe
Browse repository at this point
Further progress on hot-cold- splitting
markshannon
committed
801062d
View commit details
Copy full SHA for 801062d
Browse repository at this point
Commits on Mar 14, 2024
Change error exit code to fix length. All test passing for T2 interpreter
markshannon
committed
53b90bc
View commit details
Copy full SHA for 53b90bc
Browse repository at this point
Do not allow eval breaker and jumps in same T2 micro-op
markshannon
committed
aecdfc2
View commit details
Copy full SHA for aecdfc2
Browse repository at this point
Add JIT support
markshannon
committed
d365f58
View commit details
Copy full SHA for d365f58
Browse repository at this point
Merge branch 'main' into tier2-hot-cold-splitting
markshannon
committed
814d0fc
View commit details
Copy full SHA for 814d0fc
Browse repository at this point
Revert unneeded change
markshannon
committed
97428fa
View commit details
Copy full SHA for 97428fa
Browse repository at this point
Add missing return annotation
markshannon
committed
3c2154f
View commit details
Copy full SHA for 3c2154f
Browse repository at this point
Better formatting
markshannon
committed
a74756d
View commit details
Copy full SHA for a74756d
Browse repository at this point
Fix assert
markshannon
committed
817a590
View commit details
Copy full SHA for 817a590
Browse repository at this point
Merge branch 'main' into tier2-hot-cold-splitting
markshannon
committed
197abba
View commit details
Copy full SHA for 197abba
Browse repository at this point
Commits on Mar 15, 2024
EXIT_IF does not implies DEOPT_IF
markshannon
committed
9d0d03c
View commit details
Copy full SHA for 9d0d03c
Browse repository at this point
Don't overflow the trace buffer
markshannon
committed
79ec8ef
View commit details
Copy full SHA for 79ec8ef
Browse repository at this point
Merge branch 'main' into tier2-hot-cold-splitting
markshannon
committed
1dc1207
View commit details
Copy full SHA for 1dc1207
Browse repository at this point
Commits on Mar 19, 2024
Make sure COLD_EXIT has correct uop instruction format.
markshannon
committed
70b0ff5
View commit details
Copy full SHA for 70b0ff5
Browse repository at this point
Merge branch 'main' into tier2-hot-cold-splitting
markshannon
committed
9cfa212
View commit details
Copy full SHA for 9cfa212
Browse repository at this point
Merge branch 'main' into tier2-hot-cold-splitting
markshannon
committed
96941be
View commit details
Copy full SHA for 96941be
Browse repository at this point
Remove NOPs before interpreting in T2.
markshannon
committed
c19a18a
View commit details
Copy full SHA for c19a18a
Browse repository at this point
Commits on Mar 20, 2024
Rename _PyUop_Popped
markshannon
committed
7ab86e2
View commit details
Copy full SHA for 7ab86e2
Browse repository at this point
Address review comments
markshannon
committed
fa5d14b
View commit details
Copy full SHA for fa5d14b
Browse repository at this point
Add comment
markshannon
committed
5217c12
View commit details
Copy full SHA for 5217c12
Browse repository at this point
Rename and move macros
markshannon
committed
43ba205
View commit details
Copy full SHA for 43ba205
Browse repository at this point
Patch error jumps
markshannon
committed
3c4869b
View commit details
Copy full SHA for 3c4869b
Browse repository at this point
Make assert a fatal error
markshannon
committed
b324933
View commit details
Copy full SHA for b324933
Browse repository at this point
Rename analyzer attributes for clarity
markshannon
committed
71a2cae
View commit details
Copy full SHA for 71a2cae
Browse repository at this point
Remove redundant macros
markshannon
committed
3f5dc4d
View commit details
Copy full SHA for 3f5dc4d
Browse repository at this point
Commits on Mar 22, 2024
Merge branch 'main' into tier2-hot-cold-splitting
markshannon
committed
6644e66
View commit details
Copy full SHA for 6644e66
Browse repository at this point
Commits on Mar 25, 2024
Address code review
markshannon
committed
151db6a
View commit details
Copy full SHA for 151db6a
Browse repository at this point
Merge branch 'main' into tier2-hot-cold-splitting
markshannon
committed
37627d3
View commit details
Copy full SHA for 37627d3
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL