aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/strings.go
AgeCommit message (Expand)Author
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