-
Notifications
You must be signed in to change notification settings - Fork 39
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
Any way to get stack start of generator? #43
Comments
The The |
Thanks! Would it also be possible to get saved context registers? |
Actually the start of the stack memory is the saved context. |
I am a little bit confused about this? Should I still use |
The memory looks like this: fixed size context memory(including saved registers) + real generator function stack. |
Alright, but how do I get the size of that pointer as well? I need to tell my GC the size for proper processing |
|
Hello! How do I get stack start of generator? I need this for conservative roots in my GC
The text was updated successfully, but these errors were encountered: