Descriptionbuild: disable precise collection of stack frames
The code for call site-specific pointer bitmaps was not ready in time,
but the zeroing required without it is too expensive to use by default.
We will have to wait for precise collection of stack frames until Go 1.3.
The precise collection can be re-enabled by
GOEXPERIMENT=precisestack ./all.bash
but that will not be the default for a Go 1.2 build.
Fixes issue 6087.
Patch Set 1 #Patch Set 2 : diff -r b19d3a8c9357 https://code.google.com/p/go/ #Patch Set 3 : diff -r a972ba4c78a8 https://code.google.com/p/go/ #
Total comments: 1
Patch Set 4 : diff -r e47e60d39fc2 https://code.google.com/p/go/ #
Total comments: 5
Patch Set 5 : diff -r 804a559de27f https://code.google.com/p/go/ #
MessagesTotal messages: 12
|