-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/compile: racewalk generates too many runtime.racewrite() calls #4332
Milestone
Comments
Is this the same as issue #4250 ? |
rsc
changed the title
cmd/gc: racewalk generates too many runtime.racewrite() calls
cmd/compile: racewalk generates too many runtime.racewrite() calls
Jun 8, 2015
package p
func f() {
t := []byte("hello world")
_ = t
} now compiles to:
Calling this fixed. If we find cases other than converting a byte slice to a string, we can open new issues for them. |
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: