Skip to content
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

JIT: implement memory pystats collection #128842

Open
diegorusso opened this issue Jan 14, 2025 · 0 comments
Open

JIT: implement memory pystats collection #128842

diegorusso opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
performance Performance or resource usage topic-JIT type-feature A feature request or enhancement

Comments

@diegorusso
Copy link
Contributor

diegorusso commented Jan 14, 2025

Feature or enhancement

Proposal:

In order to improve the JIT memory allocation, we need to know how much memory it uses.

Specifically it would be useful to know the following metrics:

  • code total memory
  • data total memory
  • trampoline total memory
  • padding total memory
  • memory that we free

Use the pystats infrastructure to collect these stats.

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

This feature has been discussed with @brandtbucher in the past months.

@diegorusso diegorusso added topic-JIT type-feature A feature request or enhancement labels Jan 14, 2025
@diegorusso diegorusso self-assigned this Jan 14, 2025
@Eclips4 Eclips4 added the performance Performance or resource usage label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage topic-JIT type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants