]> Cypherpunks repositories - gostls13.git/commit
runtime: convert slice operations to Go.
authorKeith Randall <khr@golang.org>
Thu, 31 Jul 2014 19:43:40 +0000 (12:43 -0700)
committerKeith Randall <khr@golang.org>
Thu, 31 Jul 2014 19:43:40 +0000 (12:43 -0700)
commitcc9ec52d739ec3c9f2a3e9bfdcc98643bee61cca
tree45b71559077a62fde3dd7bc477292538416da657
parent2c982ce9a0d30cf7c771d24b2d4d124b8230087a
runtime: convert slice operations to Go.

LGTM=bradfitz, dvyukov
R=golang-codereviews, bradfitz, dvyukov
CC=golang-codereviews
https://golang.org/cl/120190044
src/cmd/api/goapi.go
src/cmd/gc/builtin.c
src/cmd/gc/runtime.go
src/cmd/gc/walk.c
src/pkg/runtime/alg.goc
src/pkg/runtime/malloc.go
src/pkg/runtime/slice.c [new file with mode: 0644]
src/pkg/runtime/slice.go [new file with mode: 0644]
src/pkg/runtime/slice.goc [deleted file]
src/pkg/runtime/stubs.go