diff options
| author | Russ Cox <rsc@golang.org> | 2013-09-11 14:18:52 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2013-09-11 14:18:52 -0400 |
| commit | ce9ddd0eeec50d88950f0a51c44a071b3a92d7e9 (patch) | |
| tree | ca126ca476f7e3c5b4e5041d5e09849b654407a9 /src/cmd/api | |
| parent | 611b182190e759879b3988077daf7d52eb831b5e (diff) | |
| download | go-ce9ddd0eeec50d88950f0a51c44a071b3a92d7e9.tar.xz | |
runtime: keep args and frame in struct Func
args is useful for printing tracebacks.
frame is not necessary anymore, but we might some day
get back to functions where the frame size does not vary
by program counter, and if so we'll need it. Avoid needing
to introduce a new struct format later by keeping it now.
Fixes #5907.
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/13632051
Diffstat (limited to 'src/cmd/api')
0 files changed, 0 insertions, 0 deletions
