Improve JIT memory consumption by invalidating cold executors #123516
Labels
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
topic-JIT
We can try to improve JIT memory utilization by periodically freeing/invalidating infrequently run executors. This should improve memory usage in long-running programs.
Related to #116017
Linked PRs
The text was updated successfully, but these errors were encountered: