amd64
amd64 copied to clipboard
stack maps?
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.
https://github.com/golang/go/issues/20123
- yes, no stackmap
- no morestack
- call other function
all these things needs to be added