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

stack maps? #1

Open
cosmos72 opened this issue Mar 15, 2018 · 1 comment
Open

stack maps? #1

cosmos72 opened this issue Mar 15, 2018 · 1 comment

Comments

@cosmos72
Copy link

I remember reading that Go functions must provide a stack map,
to inform the garbage collector on which stack locations contain pointers.

Does the Assembler.MakeFunc() create a stack map for functions?

I guess generating a reduced stack map only for input and output parameters would still be quite useful.

@taowen
Copy link
Contributor

taowen commented Mar 17, 2018

golang/go#20123

  • yes, no stackmap
  • no morestack
  • call other function

all these things needs to be added

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

2 participants