Skip to content

Improve JIT memory consumption by invalidating cold executors #123516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
savannahostrowski opened this issue Aug 30, 2024 · 1 comment
Closed
Assignees
Labels
3.14 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT

Comments

@savannahostrowski
Copy link
Member

savannahostrowski commented Aug 30, 2024

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

@savannahostrowski savannahostrowski self-assigned this Aug 30, 2024
@savannahostrowski savannahostrowski added performance Performance or resource usage interpreter-core (Objects, Python, Grammar, and Parser dirs) 3.14 bugs and security fixes labels Aug 30, 2024
brandtbucher pushed a commit that referenced this issue Sep 27, 2024
…ors (GH-124443)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@savannahostrowski
Copy link
Member Author

Since #124443 was merged, this can be closed as completed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT
Projects
None yet
Development

No branches or pull requests

2 participants
@savannahostrowski and others