Descriptionruntime: fix finalizer test on amd64
Not scanning the stack by frames means we are reintroducing
a few false positives into the collection. Run the finalizer registration
in its own goroutine so that stack is guaranteed to be out of
consideration in a later collection.
This is working around a regression from yesterday's tip, but
it's not a regression from Go 1.1.
Patch Set 1 #Patch Set 2 : diff -r 414d862c8566 https://code.google.com/p/go/ #Patch Set 3 : diff -r f280b8a485fd https://code.google.com/p/go/ #MessagesTotal messages: 2
|