-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/gc: Method values + slicing arrays + inlining == Broken strings #5753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Issue #5754 has been merged into this issue. |
Fix at https://golang.org/cl/10383048 Owner changed to @DanielMorsing. Status changed to Started. |
This issue was closed by revision 7cfa831. Status changed to Fixed. |
adg
added a commit
that referenced
this issue
May 11, 2015
…ing escape analysis run on them. ««« CL 10383048 / 58e15340e78f cmd/gc: fix issue with method wrappers not having escape analysis run on them. Escape analysis needs the right curfn value on a dclfunc node, otherwise it will not analyze the function. When generating method value wrappers, we forgot to set the curfn correctly. Fixes #5753. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/10383048 »»» Update #5928 R=golang-dev, dave CC=golang-dev https://golang.org/cl/11669043
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: