You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: