in linker,
the code is like this:
func f() {
g()
}
func g() {
f()
}
when gen binary code of func f, need func g, and gen g need f,
how linker deal with this situation, and where is the code?
is dynrelocsym do this job? it seem that it can deal with circles calls?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/4bdcce2c-aa5a-4d01-88fc-995bb50e0433n%40googlegroups.com.