• Russ Cox's avatar
    runtime: reenable TestStackGrowth on 32-bit systems · 4bf4d9f8
    Russ Cox authored
    If this needs to be turned back off, it should be done
    just before the '// in finalizer' comment, not at the top
    of the function.
    
    GC is more precise now than it was (the only imprecise
    stuff left is some global variables), so maybe the finalizer
    test will work now on 32-bit systems.
    
    LGTM=khr
    R=khr
    CC=golang-codereviews
    https://golang.org/cl/144030043
    4bf4d9f8
stack_test.go 8.28 KB