]> Cypherpunks repositories - gostls13.git/commit
cmd/6g: do small zeroings with straightline code.
authorKeith Randall <khr@golang.org>
Wed, 19 Mar 2014 22:41:34 +0000 (15:41 -0700)
committerKeith Randall <khr@golang.org>
Wed, 19 Mar 2014 22:41:34 +0000 (15:41 -0700)
commit14664050b9dc5284f120faa3ca054eb3d04b77bb
tree3a1e5353b27b5383f0a32ae4ae321e973d046952
parentb00d967706377725b11acc16478e645ca7dd4431
cmd/6g: do small zeroings with straightline code.

Removes most uses of the REP prefix, which has a high startup cost.

LGTM=iant
R=golang-codereviews, iant, khr
CC=golang-codereviews
https://golang.org/cl/77920043
src/cmd/6g/ggen.c
src/cmd/8g/ggen.c