summaryrefslogtreecommitdiff
path: root/test/codegen/strings.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: loads from readonly globals into const for mips64xMeng Zhuo2021-03-161-0/+1
* cmd/compile: apply optimization for readonly globals on wasmAgniva De Sarker2019-08-281-0/+3
* cmd/compile: implement some moves using non-overlapping reads&writesKeith Randall2018-10-301-0/+12
* cmd/compile: optimize loads from readonly globals into constantsKeith Randall2018-10-141-0/+27
* cmd/compile: make []byte("...") more efficientKeith Randall2018-10-101-0/+7
* cmd/compile: optimize len([]rune(string))Martin Möhrmann2018-05-061-0/+15