commit | d98553a72782efb2d96c6d6f5e12869826a56779 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Nov 11 17:04:34 2014 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Nov 11 17:04:34 2014 -0500 |
tree | 0d53b96bf75bbe1bfd4110b7491adcc6d54ef1c6 | |
parent | 0d49f7b5fcbf5d5efad05dd4416574127bdd9dfd [diff] |
[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