]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime: convert panic and stack code from C to Go
authorRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:04:34 +0000 (17:04 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:04:34 +0000 (17:04 -0500)
commitd98553a72782efb2d96c6d6f5e12869826a56779
tree0d53b96bf75bbe1bfd4110b7491adcc6d54ef1c6
parent0d49f7b5fcbf5d5efad05dd4416574127bdd9dfd
[dev.cc] runtime: convert panic and stack code from C to Go

The conversion was done with an automated tool and then
modified only as necessary to make it compile and run.

[This CL is part of the removal of C code from package runtime.
See golang.org/s/dev.cc for an overview.]

LGTM=r
R=r, dave
CC=austin, dvyukov, golang-codereviews, iant, khr
https://golang.org/cl/166520043
src/runtime/panic.c [deleted file]
src/runtime/panic.go
src/runtime/panic1.go [new file with mode: 0644]
src/runtime/stack.c [deleted file]
src/runtime/stack.go [deleted file]
src/runtime/stack.h
src/runtime/stack1.go [new file with mode: 0644]
src/runtime/stack2.go [new file with mode: 0644]
src/runtime/symtab.go
src/runtime/traceback.go