mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Revert "cmd/compile: use generated loops instead of DUFFCOPY on amd64"
This reverts commit ec9e1176c3 (CL 678620).
Reason for revert: causing regalloc to get into an infinite loop
Change-Id: Ie53c58c6126804af6d6883ea4acdcfb632a172bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/695196
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
d2b3c1a504
commit
4e182db5fc
8 changed files with 226 additions and 258 deletions
|
|
@ -31,7 +31,6 @@ const (
|
|||
removeDeadValues = true
|
||||
|
||||
repZeroThreshold = 1408 // size beyond which we use REP STOS for zeroing
|
||||
repMoveThreshold = 1408 // size beyond which we use REP MOVS for copying
|
||||
)
|
||||
|
||||
// deadcode indicates whether rewrite should try to remove any values that become dead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue