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

Allocate CalllSites on stack memory to save memory footprint #7950

Open
cathyzhyi opened this issue Dec 3, 2019 · 0 comments
Open

Allocate CalllSites on stack memory to save memory footprint #7950

cathyzhyi opened this issue Dec 3, 2019 · 0 comments

Comments

@cathyzhyi
Copy link
Contributor

Callsites in ECS are allocated on heap memory which is not ideal as they only exist in inliner. For exmaple:
https://github.com/eclipse/openj9/blob/b6ef15011c739cb15e48fa435780ddaeebf7222e/runtime/compiler/optimizer/J9EstimateCodeSize.cpp#L1396

Should be changed to be allocated on stack region for inliner.

@cathyzhyi cathyzhyi changed the title Allocate CalllSites on stack memory to save foot print Allocate CalllSites on stack memory to save memory footprint Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant