-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/internal/obj/x86: backport "cmd/internal/obj/x86: use LEAx rather than ADDx" to 1.8 branch #20226
Comments
I don't think this qualifies for a Go 1.8 backport. a) there wasn't even a bug for https://golang.org/cl/41821 Feel free to disagree. /cc @broady |
I didn't file a bug because I found the fix before I got around to filing the bug. It is a regression from 1.7. It is an issue that I don't know how to write a test. (I've been on leave, hence the late reply). |
There really should be a bug and a test but I trust the CL since it went through the Go 1.9 release process.
|
go1.8.5 has been packaged and includes: The release is posted at golang.org/dl. — golang.org/x/build/cmd/releasebot, Oct 26 21:07:48 UTC |
Backport golang.org/cl/41821 to 1.8 branch
This fixes an issue with shared libraries / plugins on 386.
(Hope I'm doing this right)
The text was updated successfully, but these errors were encountered: