FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-112354: Initial implementation of warm up on exits and trace-stitching by markshannon · Pull Request #114142 · 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-112354: Initial implementation of warm up on exits and trace-stitching
- #114142
#114142
Merged
markshannon
merged 50 commits into
python:main
python/cpython:main
from
faster-cpython:cold-exits
faster-cpython/cpython:cold-exits
Copy head branch name to clipboard
Feb 20, 2024
Conversation
Commits
50
(50)
Checks
Files changed
Merged
GH-112354: Initial implementation of warm up on exits and trace-stitching
#114142
markshannon
merged 50 commits into
python:main
python/cpython:main
from
faster-cpython:cold-exits
faster-cpython/cpython:cold-exits
Copy head branch name to clipboard
Commits
Commits on Jan 10, 2024
Cold exits: Work in progress.
markshannon
committed
1975b4c
View commit details
Copy full SHA for 1975b4c
Browse repository at this point
Commits on Jan 11, 2024
Merge branch 'main' into cold-exits
markshannon
committed
9fb97f7
View commit details
Copy full SHA for 9fb97f7
Browse repository at this point
Optimize on side exits
markshannon
committed
f9aa235
View commit details
Copy full SHA for f9aa235
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
1288258
View commit details
Copy full SHA for 1288258
Browse repository at this point
Modify internal interfaces
markshannon
committed
7c6267a
View commit details
Copy full SHA for 7c6267a
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
55c48e8
View commit details
Copy full SHA for 55c48e8
Browse repository at this point
Commits on Jan 12, 2024
Jump to next executor without updating current_executor.
markshannon
committed
8b3c2e0
View commit details
Copy full SHA for 8b3c2e0
Browse repository at this point
Commits on Jan 16, 2024
Support cycle GC for executors.
markshannon
committed
92a3b61
View commit details
Copy full SHA for 92a3b61
Browse repository at this point
Give cold exits their own class, to fix GC handling of exits
markshannon
committed
e3def48
View commit details
Copy full SHA for e3def48
Browse repository at this point
Generate table of cold exits
markshannon
committed
87e544b
View commit details
Copy full SHA for 87e544b
Browse repository at this point
Treat EXIT_TRACE as a side exit
markshannon
committed
2172d68
View commit details
Copy full SHA for 2172d68
Browse repository at this point
Treat most common guard failures as side exits
markshannon
committed
4448793
View commit details
Copy full SHA for 4448793
Browse repository at this point
Tweak generated tble to help C analyzer
markshannon
committed
c70f12f
View commit details
Copy full SHA for c70f12f
Browse repository at this point
Add some documentation about the tier 2 engine
markshannon
committed
d73fe0a
View commit details
Copy full SHA for d73fe0a
Browse repository at this point
Commits on Jan 17, 2024
Fix constness and rename hotness
markshannon
committed
5c8f0bd
View commit details
Copy full SHA for 5c8f0bd
Browse repository at this point
Add new static objects to ignored file.
markshannon
committed
140486b
View commit details
Copy full SHA for 140486b
Browse repository at this point
Commits on Jan 18, 2024
Address review comments
markshannon
committed
3362c93
View commit details
Copy full SHA for 3362c93
Browse repository at this point
Commits on Feb 8, 2024
Transfer executor on thread-state and othe minor changes to be more jit-friendly
markshannon
committed
63fe653
View commit details
Copy full SHA for 63fe653
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
b0991a7
View commit details
Copy full SHA for b0991a7
Browse repository at this point
Commits on Feb 9, 2024
Get side exits to build with jit enabled.
markshannon
committed
625bce2
View commit details
Copy full SHA for 625bce2
Browse repository at this point
Initialize cold exits dynamically on demand
markshannon
committed
e191fd7
View commit details
Copy full SHA for e191fd7
Browse repository at this point
Tidy tier 2 code a bit
markshannon
committed
941a14c
View commit details
Copy full SHA for 941a14c
Browse repository at this point
Add Brandt's fixes
markshannon
committed
cfd3285
View commit details
Copy full SHA for cfd3285
Browse repository at this point
Free the correct amount of memory
markshannon
committed
1025495
View commit details
Copy full SHA for 1025495
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
171dad7
View commit details
Copy full SHA for 171dad7
Browse repository at this point
Remove unreachable code
markshannon
committed
e6ca3fe
View commit details
Copy full SHA for e6ca3fe
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
308b2a7
View commit details
Copy full SHA for 308b2a7
Browse repository at this point
Clear executors attached to exits when clearing executors
markshannon
committed
518143e
View commit details
Copy full SHA for 518143e
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
9d8cab8
View commit details
Copy full SHA for 9d8cab8
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
bf07dad
View commit details
Copy full SHA for bf07dad
Browse repository at this point
Keep c-analyzer happy
markshannon
committed
19b6b84
View commit details
Copy full SHA for 19b6b84
Browse repository at this point
Commits on Feb 14, 2024
Merge branch 'main' into cold-exits
markshannon
committed
c959e8f
View commit details
Copy full SHA for c959e8f
Browse repository at this point
Use threshold for side exits
markshannon
committed
f393ba5
View commit details
Copy full SHA for f393ba5
Browse repository at this point
Statically allocate cold exits
markshannon
committed
bd66b01
View commit details
Copy full SHA for bd66b01
Browse repository at this point
Handle errors in JIT compile
markshannon
committed
fe75484
View commit details
Copy full SHA for fe75484
Browse repository at this point
Merge branch 'main' into cold-exits
markshannon
committed
3d0110c
View commit details
Copy full SHA for 3d0110c
Browse repository at this point
Fix possible leak
markshannon
committed
de93130
View commit details
Copy full SHA for de93130
Browse repository at this point
Fix refleak transfering from JIT to tier 1
markshannon
committed
77a6740
View commit details
Copy full SHA for 77a6740
Browse repository at this point
Check that only one of EXIT_IF and DEOPT_IF is present
markshannon
committed
0a61d29
View commit details
Copy full SHA for 0a61d29
Browse repository at this point
Address review comments
markshannon
committed
b3e306d
View commit details
Copy full SHA for b3e306d
Browse repository at this point
Make exit_index 32 bits to avoid endianness issues in JIT
markshannon
committed
8f3aa33
View commit details
Copy full SHA for 8f3aa33
Browse repository at this point
Commits on Feb 15, 2024
Run black
markshannon
committed
7c84967
View commit details
Copy full SHA for 7c84967
Browse repository at this point
Address code review
markshannon
committed
8ee6710
View commit details
Copy full SHA for 8ee6710
Browse repository at this point
Update comment
markshannon
committed
f37d7fc
View commit details
Copy full SHA for f37d7fc
Browse repository at this point
Address review comments
markshannon
committed
1f8967d
View commit details
Copy full SHA for 1f8967d
Browse repository at this point
Fix compiler warning
markshannon
committed
8e4c601
View commit details
Copy full SHA for 8e4c601
Browse repository at this point
Address review comments
markshannon
committed
4eb2cfc
View commit details
Copy full SHA for 4eb2cfc
Browse repository at this point
Add missing brace
markshannon
committed
ebe804f
View commit details
Copy full SHA for ebe804f
Browse repository at this point
Address review comments
markshannon
committed
c38d4e8
View commit details
Copy full SHA for c38d4e8
Browse repository at this point
Keep c-analyzer quiet
markshannon
committed
830eb4e
View commit details
Copy full SHA for 830eb4e
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL