]> Cypherpunks repositories - gostls13.git/commit
bugs in memmove:
authorRob Pike <r@golang.org>
Wed, 18 Nov 2009 23:00:02 +0000 (15:00 -0800)
committerRob Pike <r@golang.org>
Wed, 18 Nov 2009 23:00:02 +0000 (15:00 -0800)
commit093493c6a54458e79ddc1d18441a427747d1fafa
tree5a708bf0917fcb54010af1813839a862a9a8082a
parent9be56adf3c6339543a59a208c2cd354b0e81b95c
bugs in memmove:
- has arguments (no stack split)
- MOVL does not set condition

R=ken2, rsc
https://golang.org/cl/156086
src/pkg/runtime/386/memmove.s
src/pkg/runtime/amd64/memmove.s
src/pkg/runtime/arm/memmove.s