]> Cypherpunks repositories - gostls13.git/commit
Revert "Revert "cmd/compile: inline convI2E""
authorKeith Randall <khr@golang.org>
Tue, 25 Oct 2016 23:34:35 +0000 (23:34 +0000)
committerKeith Randall <khr@golang.org>
Tue, 25 Oct 2016 23:51:34 +0000 (23:51 +0000)
commitc78d072c8e4a8b0283da21423732f93c503711a4
tree7003ae9519cb53d013a3eb9a6111ad1f1892e11d
parentc60d9a33bfd4af38399b4caf76be0ced4c64c839
Revert "Revert "cmd/compile: inline convI2E""

This reverts commit 7dd9c385f6896c7dcb5d76353e52e36c81af2838.

Reason for revert: Reverting the revert, which will re-enable the convI2E optimization.  We originally reverted the convI2E optimization because it was making the builder fail, but the underlying cause was later determined to be unrelated.

Original CL: https://go-review.googlesource.com/31260
Revert CL: https://go-review.googlesource.com/31310
Real bug: https://go-review.googlesource.com/c/25159
Real fix: https://go-review.googlesource.com/c/31316

Change-Id: I17237bb577a23a7675a5caab970ccda71a4124f2
Reviewed-on: https://go-review.googlesource.com/32023
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/builtin.go
src/cmd/compile/internal/gc/builtin/runtime.go
src/cmd/compile/internal/gc/walk.go
src/runtime/iface.go