]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: Don't zero more than we need.
authorKeith Randall <khr@golang.org>
Wed, 2 Apr 2014 16:17:42 +0000 (09:17 -0700)
committerKeith Randall <khr@golang.org>
Wed, 2 Apr 2014 16:17:42 +0000 (09:17 -0700)
commit47acf167098639ce182417548669a4776507f7b7
tree63f39f92c9e1e134202811de939d49bace69da30
parente88e7ed6ba2efd7cffacdd1c3bb1e94d64795af0
cmd/gc: Don't zero more than we need.

Don't merge with the zero range, we may
end up zeroing more than we need.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/83430044
src/cmd/6g/ggen.c
src/cmd/8g/ggen.c