1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:31:22 -06:00
go/src/pkg/runtime/amd64
Rob Pike ba5175401e runtime: fix bug in tracebacks
Need to correct for deferproc's extra 2 words of stack or in some
cases (such as memory profiling) traceback can cause a crash.
Also bulletproof the closure test.

R=rsc
CC=golang-dev
https://golang.org/cl/2138047
2010-09-09 14:28:56 +10:00
..
arch.h runtime: various arm fixes 2010-04-05 12:51:09 -07:00
asm.s amd64: use segment memory for thread-local storage 2010-08-04 17:50:22 -07:00
closure.c in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
memmove.s bugs in memmove: 2009-11-18 15:00:02 -08:00
traceback.c runtime: fix bug in tracebacks 2010-09-09 14:28:56 +10:00