diff options
| author | Keith Randall <khr@golang.org> | 2016-06-09 11:07:36 -0700 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2016-06-09 19:32:51 +0000 |
| commit | e3f1c66f313a59888620c415163b93c12153574e (patch) | |
| tree | a160258e30248113f265bcda9d4951cea4a2c858 /src/encoding/csv/reader.go | |
| parent | 1bdf1c3024d75a3c4913d031d55257b311f0133f (diff) | |
| download | go-e3f1c66f313a59888620c415163b93c12153574e.tar.xz | |
cmd/compile: for tail calls in stubs, ensure args are alive
The generated code for interface stubs sometimes just messes
with a few of the args and then tail-calls to the target routine.
The args that aren't explicitly modified appear to not be used.
But they are used, by the thing we're tail calling.
Fixes #16016
Change-Id: Ib9b3a8311bb714a201daee002885fcb59e0463fa
Reviewed-on: https://go-review.googlesource.com/23960
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/encoding/csv/reader.go')
0 files changed, 0 insertions, 0 deletions
