• Russ Cox's avatar
    runtime: fix finalizer test on amd64 · 5f853d7d
    Russ Cox authored
    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.
    
    R=golang-dev
    TBR=golang-dev
    CC=golang-dev
    https://golang.org/cl/14290043
    5f853d7d
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...