| commit | 45e87cd3ecfe5e579a06493ef8cd43ce9947262c | [log] [tgz] |
|---|---|---|
| author | Cherry Zhang <cherryyz@google.com> | Sun Apr 04 12:20:35 2021 -0400 |
| committer | Cherry Zhang <cherryyz@google.com> | Mon Apr 05 17:25:15 2021 +0000 |
| tree | 9af8496208e556d5d76c4c4e7e94068961bde1fa | |
| parent | 411860251eb91b284efb901264a9c46d26b588e3 [diff] |
cmd/compile: disable tail call for method wrappers when RegabiArgs is enabled Currently, the IR of tailcall does not connect the arguments with the OTAILCALL node, so the arguments are not marshaled correctly. Disable tail call for now. Updates #40724. Change-Id: I39de3ea8e19a23eb63768ab7282d2f870e9c266e Reviewed-on: https://go-review.googlesource.com/c/go/+/307234 Trust: Cherry Zhang <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Austin Clements <austin@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://golang.org/doc/contribute.html.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.