]> Cypherpunks repositories - gostls13.git/commit
runtime: unify fastrand1 and fastrand2
authorKeith Randall <khr@golang.org>
Tue, 2 Sep 2014 21:33:33 +0000 (14:33 -0700)
committerKeith Randall <khr@golang.org>
Tue, 2 Sep 2014 21:33:33 +0000 (14:33 -0700)
commit3306d119b07e5b8b51a8ee5502bec859e62a5835
treeaf9cab8303be75aca5e3fc83a835c1c41ebef817
parent1d8fa7fa5db01cde6e764af29d4c2fb80bad9d8c
runtime: unify fastrand1 and fastrand2

C and Go calling conventions are now compatible, so we
don't need two versions of this function.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/139080043
src/pkg/runtime/alg.go
src/pkg/runtime/asm_386.s
src/pkg/runtime/asm_amd64.s
src/pkg/runtime/asm_amd64p32.s
src/pkg/runtime/asm_arm.s
src/pkg/runtime/hashmap.go
src/pkg/runtime/malloc.go
src/pkg/runtime/runtime.c
src/pkg/runtime/select.go
src/pkg/runtime/stubs.go