cmd/compile: memcombine should learn alignment of byte slices - hard mode - arithmetic #71780
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
Implementation
Issues describing a semantics-preserving change to the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Milestone
Go version
go version devel go1.25-b38415d7e9 Sat Feb 15 21:47:27 2025 -0800 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Compile:
What did you see happen?
The two calls to
binary.NativeEndian.*
compiles a series of 8 bits loads, shifts and bitwise OR & AND.What did you expect to see?
64 bits load and store is used.
The text was updated successfully, but these errors were encountered: