mirror of https://github.com/golang/go.git
runtime: disable StackCopyAlways
I forgot to clear this before submitting. TBR=khr CC=golang-codereviews https://golang.org/cl/132640044
This commit is contained in:
parent
f8f630f5ec
commit
277ef8fa07
|
|
@ -26,7 +26,7 @@ enum
|
|||
|
||||
StackCache = 1,
|
||||
|
||||
StackCopyAlways = 1, // expect to be able to copy stacks 100% of the time
|
||||
StackCopyAlways = 0, // expect to be able to copy stacks 100% of the time
|
||||
};
|
||||
|
||||
// Global pool of spans that have free stacks.
|
||||
|
|
|
|||
Loading…
Reference in New Issue