]> Cypherpunks repositories - gostls13.git/commit
runtime: replace byte-at-a-time zeroing loop with memclr
authorQuan Yong Zhai <qyzhai@gmail.com>
Sat, 23 Jul 2011 19:46:58 +0000 (15:46 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 23 Jul 2011 19:46:58 +0000 (15:46 -0400)
commit47410a2490f4d16f44d4724e34588a2a0de0e8f1
tree992beed62ed989ebb422b8593b39d95ef57c1428
parentba134539c58d8b157a9d5646de91dbd0616b33c4
runtime: replace byte-at-a-time zeroing loop with memclr

R=golang-dev, r, r, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/4813043
src/pkg/runtime/386/asm.s
src/pkg/runtime/amd64/asm.s
src/pkg/runtime/runtime.c