Descriptionundo CL 12250043 / e911f94c4902
Break all 386 builders.
««« original CL description
runtime: use gcpc/gcsp during traceback of goroutines in syscalls
gcpc/gcsp are used by GC in similar situation.
gcpc/gcsp are also more stable than gp->sched,
because gp->sched is mutated by entersyscall/exitsyscall
in morestack and mcall. So it has higher chances of being inconsistent.
Also, rename gcpc/gcsp to syscallpc/syscallsp.
R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/12250043
»»»
Patch Set 1 #Patch Set 2 : diff -r 0583e9d36ddd https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r 0583e9d36ddd https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r 0583e9d36ddd https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 5 : diff -r 0583e9d36ddd https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 6 : diff -r 0583e9d36ddd https://dvyukov%40google.com@code.google.com/p/go/ #
MessagesTotal messages: 4
|