FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-123516: Improve JIT memory consumption by invalidating cold executors by savannahostrowski · Pull Request #124443 · 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-123516: Improve JIT memory consumption by invalidating cold executors
- #124443
#124443
Merged
brandtbucher
merged 79 commits into
python:main
python/cpython:main
from
savannahostrowski:jit-inv-mem-100k
savannahostrowski/cpython:jit-inv-mem-100k
Copy head branch name to clipboard
Sep 27, 2024
Conversation
Commits
79
(79)
Checks
Files changed
Merged
GH-123516: Improve JIT memory consumption by invalidating cold executors
#124443
brandtbucher
merged 79 commits into
python:main
python/cpython:main
from
savannahostrowski:jit-inv-mem-100k
savannahostrowski/cpython:jit-inv-mem-100k
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2024
resolve conflict
savannahostrowski
committed
0eac77b
View commit details
Copy full SHA for 0eac77b
Browse repository at this point
tests pass except ssl
savannahostrowski
committed
d576296
View commit details
Copy full SHA for d576296
Browse repository at this point
remove file
savannahostrowski
committed
68e95d6
View commit details
Copy full SHA for 68e95d6
Browse repository at this point
this is broken
savannahostrowski
committed
c903af4
View commit details
Copy full SHA for c903af4
Browse repository at this point
gc approach
savannahostrowski
committed
5ca6b7f
View commit details
Copy full SHA for 5ca6b7f
Browse repository at this point
rebase
savannahostrowski
committed
beb4f65
View commit details
Copy full SHA for beb4f65
Browse repository at this point
Update has_run to run_count
savannahostrowski
committed
427dbf5
View commit details
Copy full SHA for 427dbf5
Browse repository at this point
update initialized run_count and move invalidate old
savannahostrowski
committed
92d5590
View commit details
Copy full SHA for 92d5590
Browse repository at this point
set threshold to 1`
savannahostrowski
committed
0cdf638
View commit details
Copy full SHA for 0cdf638
Browse repository at this point
move incrementing run count into a new op
savannahostrowski
committed
58e7447
View commit details
Copy full SHA for 58e7447
Browse repository at this point
add invalidation threshold in gc of 10
savannahostrowski
committed
6c047e4
View commit details
Copy full SHA for 6c047e4
Browse repository at this point
move back to incremenet
savannahostrowski
committed
2645023
View commit details
Copy full SHA for 2645023
Browse repository at this point
remove print
savannahostrowski
committed
7c7ae98
View commit details
Copy full SHA for 7c7ae98
Browse repository at this point
move invalidation to executor creation
savannahostrowski
committed
6d6d306
View commit details
Copy full SHA for 6d6d306
Browse repository at this point
change threshold
savannahostrowski
committed
4d086fe
View commit details
Copy full SHA for 4d086fe
Browse repository at this point
new line
savannahostrowski
committed
d08e45a
View commit details
Copy full SHA for d08e45a
Browse repository at this point
update constant
savannahostrowski
committed
6315877
View commit details
Copy full SHA for 6315877
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
savannahostrowski
committed
622c266
View commit details
Copy full SHA for 622c266
Browse repository at this point
Commits on Aug 29, 2024
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
authored
e5117b2
View commit details
Copy full SHA for e5117b2
Browse repository at this point
resolve conflict
savannahostrowski
committed
7c6704c
View commit details
Copy full SHA for 7c6704c
Browse repository at this point
tests pass except ssl
savannahostrowski
committed
1d72fdd
View commit details
Copy full SHA for 1d72fdd
Browse repository at this point
remove file
savannahostrowski
committed
1778185
View commit details
Copy full SHA for 1778185
Browse repository at this point
this is broken
savannahostrowski
committed
2506821
View commit details
Copy full SHA for 2506821
Browse repository at this point
gc approach
savannahostrowski
committed
fca6dec
View commit details
Copy full SHA for fca6dec
Browse repository at this point
rebase
savannahostrowski
committed
29436fd
View commit details
Copy full SHA for 29436fd
Browse repository at this point
Update has_run to run_count
savannahostrowski
committed
b969b11
View commit details
Copy full SHA for b969b11
Browse repository at this point
update initialized run_count and move invalidate old
savannahostrowski
committed
a669e0f
View commit details
Copy full SHA for a669e0f
Browse repository at this point
set threshold to 1`
savannahostrowski
committed
deb73ec
View commit details
Copy full SHA for deb73ec
Browse repository at this point
move incrementing run count into a new op
savannahostrowski
committed
9fa55e8
View commit details
Copy full SHA for 9fa55e8
Browse repository at this point
add invalidation threshold in gc of 10
savannahostrowski
committed
e4a461a
View commit details
Copy full SHA for e4a461a
Browse repository at this point
move back to incremenet
savannahostrowski
committed
d5a2bed
View commit details
Copy full SHA for d5a2bed
Browse repository at this point
remove print
savannahostrowski
committed
d232e63
View commit details
Copy full SHA for d232e63
Browse repository at this point
move invalidation to executor creation
savannahostrowski
committed
e4a456a
View commit details
Copy full SHA for e4a456a
Browse repository at this point
change threshold
savannahostrowski
committed
b7d2d5a
View commit details
Copy full SHA for b7d2d5a
Browse repository at this point
new line
savannahostrowski
committed
6dcd2dc
View commit details
Copy full SHA for 6dcd2dc
Browse repository at this point
update constant
savannahostrowski
committed
219f890
View commit details
Copy full SHA for 219f890
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
savannahostrowski
committed
fb7b04d
View commit details
Copy full SHA for fb7b04d
Browse repository at this point
Merge branch 'jit-mem-invalidate-10' of https://github.com/savannahostrowski/cpython into jit-mem-invalidate-10
savannahostrowski
committed
ea397a3
View commit details
Copy full SHA for ea397a3
Browse repository at this point
Commits on Aug 30, 2024
address pr comments
savannahostrowski
committed
310d20c
View commit details
Copy full SHA for 310d20c
Browse repository at this point
refactor invalidatecold
savannahostrowski
committed
d2f9dc4
View commit details
Copy full SHA for d2f9dc4
Browse repository at this point
refactor to was_run bool
savannahostrowski
committed
d755d56
View commit details
Copy full SHA for d755d56
Browse repository at this point
update blurb
savannahostrowski
committed
c9534c0
View commit details
Copy full SHA for c9534c0
Browse repository at this point
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
committed
61cd3c5
View commit details
Copy full SHA for 61cd3c5
Browse repository at this point
Update op name to be more reflective of was_run
savannahostrowski
committed
e5065ad
View commit details
Copy full SHA for e5065ad
Browse repository at this point
fix typo
savannahostrowski
committed
2d09259
View commit details
Copy full SHA for 2d09259
Browse repository at this point
rename uop
savannahostrowski
committed
d2e8e29
View commit details
Copy full SHA for d2e8e29
Browse repository at this point
Commits on Aug 31, 2024
dedent and initialize executors_created
savannahostrowski
committed
a894598
View commit details
Copy full SHA for a894598
Browse repository at this point
Commits on Sep 1, 2024
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
committed
758ee03
View commit details
Copy full SHA for 758ee03
Browse repository at this point
address some PR comments
savannahostrowski
committed
1927bfe
View commit details
Copy full SHA for 1927bfe
Browse repository at this point
Update Python/optimizer.c
Show description for 8ee0d7f
savannahostrowski
and
picnixz
authored
8ee0d7f
View commit details
Copy full SHA for 8ee0d7f
Browse repository at this point
Update Python/optimizer.c
Show description for cedd65d
savannahostrowski
and
picnixz
authored
cedd65d
View commit details
Copy full SHA for cedd65d
Browse repository at this point
make was_run uint`
savannahostrowski
committed
0a9b5b6
View commit details
Copy full SHA for 0a9b5b6
Browse repository at this point
add comment for JIT_CLEANUP_THRESHOLD
savannahostrowski
committed
180a68e
View commit details
Copy full SHA for 180a68e
Browse repository at this point
Remove extraneous reset of executors_created
savannahostrowski
committed
7cb9cba
View commit details
Copy full SHA for 7cb9cba
Browse repository at this point
Commits on Sep 3, 2024
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
committed
8939ecf
View commit details
Copy full SHA for 8939ecf
Browse repository at this point
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
authored
00f03d2
View commit details
Copy full SHA for 00f03d2
Browse repository at this point
Merge branch 'jit-mem-invalidate-10' of https://github.com/savannahostrowski/cpython into jit-mem-invalidate-10
savannahostrowski
committed
4981ab2
View commit details
Copy full SHA for 4981ab2
Browse repository at this point
condense conditional statements
savannahostrowski
committed
3c59316
View commit details
Copy full SHA for 3c59316
Browse repository at this point
Commits on Sep 10, 2024
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
authored
306c3c3
View commit details
Copy full SHA for 306c3c3
Browse repository at this point
Commits on Sep 13, 2024
Address PR comments from Brandt and Mark
savannahostrowski
committed
fe50615
View commit details
Copy full SHA for fe50615
Browse repository at this point
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
authored
d51817b
View commit details
Copy full SHA for d51817b
Browse repository at this point
Commits on Sep 17, 2024
Merge branch 'main' into jit-mem-invalidate-10
savannahostrowski
committed
131618a
View commit details
Copy full SHA for 131618a
Browse repository at this point
Refactor to use eval breaker
savannahostrowski
committed
5961103
View commit details
Copy full SHA for 5961103
Browse repository at this point
Commits on Sep 19, 2024
Address comments
savannahostrowski
committed
99262b6
View commit details
Copy full SHA for 99262b6
Browse repository at this point
Update to 10k
savannahostrowski
committed
230fe05
View commit details
Copy full SHA for 230fe05
Browse repository at this point
Update to 1m
savannahostrowski
committed
f3c01a1
View commit details
Copy full SHA for f3c01a1
Browse repository at this point
update cases
savannahostrowski
committed
563a4d7
View commit details
Copy full SHA for 563a4d7
Browse repository at this point
Commits on Sep 23, 2024
add py_set_eval_breaker_bit to nonescaping'
savannahostrowski
committed
062c54f
View commit details
Copy full SHA for 062c54f
Browse repository at this point
create 100k branch
savannahostrowski
committed
17ece50
View commit details
Copy full SHA for 17ece50
Browse repository at this point
Commits on Sep 24, 2024
Merge branch 'main' into jit-inv-mem-100k
savannahostrowski
authored
beea8c6
View commit details
Copy full SHA for beea8c6
Browse repository at this point
Merge branch 'main' into jit-inv-mem-100k
savannahostrowski
authored
eb48f82
View commit details
Copy full SHA for eb48f82
Browse repository at this point
Address comments from Brandt
savannahostrowski
committed
34363f2
View commit details
Copy full SHA for 34363f2
Browse repository at this point
Commits on Sep 25, 2024
Merge branch 'main' into jit-inv-mem-100k
savannahostrowski
authored
77e81d4
View commit details
Copy full SHA for 77e81d4
Browse repository at this point
Dedent goto error
savannahostrowski
committed
09e3300
View commit details
Copy full SHA for 09e3300
Browse repository at this point
Commits on Sep 26, 2024
Merge branch 'main' into jit-inv-mem-100k
savannahostrowski
authored
8ff071f
View commit details
Copy full SHA for 8ff071f
Browse repository at this point
Address comments
savannahostrowski
committed
f238189
View commit details
Copy full SHA for f238189
Browse repository at this point
Merge branch 'main' into jit-inv-mem-100k
savannahostrowski
authored
ec99d5a
View commit details
Copy full SHA for ec99d5a
Browse repository at this point
Add -mno-outline-atomics flag
savannahostrowski
committed
9526d84
View commit details
Copy full SHA for 9526d84
Browse repository at this point
Commits on Sep 27, 2024
Comment and fix init
savannahostrowski
committed
18febc7
View commit details
Copy full SHA for 18febc7
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL