aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/strings.go
AgeCommit message (Expand)Author
2023-07-26cmd/compile: optimize s==s for stringsKeith Randall
2023-05-23cmd/compile: avoid slicebytetostring call in len(string([]byte))Cuong Manh Le
2022-08-23cmd/compile/internal/ssa: optimize memory moving on arm64eric fang
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2021-03-16cmd/compile: loads from readonly globals into const for mips64xMeng Zhuo
2019-08-28cmd/compile: apply optimization for readonly globals on wasmAgniva De Sarker
2018-10-30cmd/compile: implement some moves using non-overlapping reads&writesKeith Randall
2018-10-14cmd/compile: optimize loads from readonly globals into constantsKeith Randall
2018-10-10cmd/compile: make []byte("...") more efficientKeith Randall
2018-05-06cmd/compile: optimize len([]rune(string))Martin Möhrmann