Skip to content

Commit

Permalink
runtime: enable StackCopyAlways
Browse files Browse the repository at this point in the history
Let's see how close we are to this being ready.
Will roll back if it breaks any builds in non-trivial ways.

LGTM=r, khr
R=iant, khr, r
CC=golang-codereviews
https://golang.org/cl/138200043
  • Loading branch information
rsc committed Sep 8, 2014
1 parent 9e7c229 commit 3182942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum

StackCache = 1,

StackCopyAlways = 0, // expect to be able to copy stacks 100% of the time
StackCopyAlways = 1, // expect to be able to copy stacks 100% of the time
};

// Global pool of spans that have free stacks.
Expand Down

0 comments on commit 3182942

Please sign in to comment.