]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify zerorange on arm64
authorKeith Randall <khr@golang.org>
Tue, 3 Jun 2025 20:06:25 +0000 (13:06 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 30 Jul 2025 14:37:20 +0000 (07:37 -0700)
commit5e94d72158077411547287fc36f24b3121cca645
treeacb5b0993d237aa33a4f8f58fa78aad93f7af602
parent8cd85e602a90cb97051fe95d5243557b566630e6
cmd/compile: simplify zerorange on arm64

Get rid of large zeroing cases. We only use this code
for small things now.

Change-Id: Iba0a98785c5b4b72cf031763edb69ff741ca41af
Reviewed-on: https://go-review.googlesource.com/c/go/+/678936
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Mark Freeman <mark@golang.org>
src/cmd/compile/internal/arm64/ggen.go