]> Cypherpunks repositories - gostls13.git/commit
undo CL 7301062 / 9742f722b558
authorRuss Cox <rsc@golang.org>
Tue, 5 Mar 2013 20:36:40 +0000 (15:36 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 5 Mar 2013 20:36:40 +0000 (15:36 -0500)
commite0deb2ef7fe857b2541496197b0e5ad7882990f2
treed2fc9615dc6ac2adb36ccad832e259bb7afd1dbd
parentd01516796c94f6c4da58bbc2f8c010e3f48ef220
undo CL 7301062 / 9742f722b558

broke arm garbage collector

traceback_arm fails with a missing pc. It needs CL 7494043.
But that only makes the build break later, this time with
"invalid freelist". Roll back until it can be fixed correctly.

««« original CL description
runtime: restrict stack root scan to locals and arguments

R=rsc
CC=golang-dev
https://golang.org/cl/7301062
»»»

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7493044
src/pkg/runtime/mgc0.c
src/pkg/runtime/mprof.goc
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/sigqueue.goc
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c