• D
    pkg/proc: tolerate absence of stack barriers in Go 1.9 (#762) · bd48358d
    dr2chase 提交于
    Stack barriers were removed in Go 1.9, and thus code that
    expected various stack-barrier-related symbols to exist
    does not find them.  Check for their absence and do not
    crash when they are missing.  Disable stack-barrier-handling
    test for 1.9 and beyond.
    
    Fixes #754.
    bd48358d
variables.go 43.2 KB