]> Cypherpunks repositories - gostls13.git/commit
install copy predefined
authorKen Thompson <ken@golang.org>
Wed, 18 Nov 2009 04:41:44 +0000 (20:41 -0800)
committerKen Thompson <ken@golang.org>
Wed, 18 Nov 2009 04:41:44 +0000 (20:41 -0800)
commitc4606d05da2d4ae7bfb32def1e9df2092e4a9da4
treecc48862b2b903f5bacb744c888eb0a64d1642cc5
parenta8ba40823c08508ca5f7562501a26bc2e85c88eb
install copy predefined
did not test 386, but should work
shouldnt matter if copy is not used

R=rsc
https://golang.org/cl/156055
12 files changed:
src/cmd/gc/builtin.c.boot
src/cmd/gc/go.h
src/cmd/gc/lex.c
src/cmd/gc/print.c
src/cmd/gc/runtime.go
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
src/pkg/runtime/Makefile
src/pkg/runtime/memmove_386.s [new file with mode: 0644]
src/pkg/runtime/memmove_amd64.s [new file with mode: 0644]
src/pkg/runtime/slice.c