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

Remove registerSaveDescription from GCStackMap #7256

Open
0xdaryl opened this issue Sep 26, 2019 · 0 comments
Open

Remove registerSaveDescription from GCStackMap #7256

0xdaryl opened this issue Sep 26, 2019 · 0 comments

Comments

@0xdaryl
Copy link
Contributor

0xdaryl commented Sep 26, 2019

With the removal of shrink wrapping (see eclipse-omr/omr#2107) the register save description encoded in the GC stack map (and therefore encoded in a method's metadata) is no longer required. Carefully remove it.

This is the only consumer of the RSD from the Instruction class, which is not set anywhere and is slated for removal in #7203.

Note, the Register Save Description in the CodeGenerator is still required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant