commit | f8f630f5ecb5e30c9feadab5277f393c58da71f6 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Sep 05 16:51:45 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Sep 05 16:51:45 2014 -0400 |
tree | aa4b7ec09ae38d6fff0c7c0e9e85cccfc6b5a96c | |
parent | fcbe51c9e3ecbb1cb5d8d50f64b0bc42a6a0c7f5 [diff] |
runtime: use reflect.call during panic instead of newstackcall newstackcall creates a new stack segment, and we want to be able to throw away all that code. LGTM=khr R=khr, iant CC=dvyukov, golang-codereviews, r https://golang.org/cl/139270043