Navigation Menu

Skip to content
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: improve LoweredZero generated code for ppc64x #19532

Closed
laboger opened this issue Mar 13, 2017 · 1 comment
Closed

cmd/compile: improve LoweredZero generated code for ppc64x #19532

laboger opened this issue Mar 13, 2017 · 1 comment

Comments

@laboger
Copy link
Contributor

laboger commented Mar 13, 2017

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go tip

What operating system and processor architecture are you using (go env)?

ppc64le Ubuntu

When SSA was implemented for ppc64x, it was found that the LoweredZero implementation was not very efficient. I have a change to improve the performance for LoweredZero.

@gopherbot
Copy link

CL https://golang.org/cl/38096 mentions this issue.

@josharian josharian changed the title cmd/compile improve LoweredZero generated code for ppc64x cmd/compile: improve LoweredZero generated code for ppc64x Mar 13, 2017
@bradfitz bradfitz added this to the Go1.9 milestone Mar 21, 2017
@golang golang locked and limited conversation to collaborators Mar 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants