0
1
mirror of https://github.com/golang/go synced 2025-07-12 21:18:57 +00:00
Files
go/test/fixedbugs/issue5856.go
Russ Cox f8f630f5ec 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
2014-09-05 16:51:45 -04:00

587 B