aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/append.go
AgeCommit message (Expand)Author
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26cmd/compile: handle loops better during stack allocation of slicesKeith Randall
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org