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

Emit garbage collection metadata tables #873

Open
tgiphil opened this issue Sep 9, 2021 · 1 comment
Open

Emit garbage collection metadata tables #873

tgiphil opened this issue Sep 9, 2021 · 1 comment

Comments

@tgiphil
Copy link
Member

tgiphil commented Sep 9, 2021

Emit Garbage Collection (GC) metadata tables for stack params, stack locals, and register use.

@tgiphil
Copy link
Member Author

tgiphil commented Oct 20, 2024

Design Notes:

  1. Method SafePoints - contains the locations and metadata of all the garbage collection safepoints within a method
  2. SafePoints - contains information on which registers, and local stack locations hold object references

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

No branches or pull requests

1 participant