]> Cypherpunks repositories - gostls13.git/commit
runtime,runtime/debug: Converted some functions from goc to Go.
authorSanjay Menakuru <balasanjay@gmail.com>
Mon, 25 Aug 2014 03:27:00 +0000 (20:27 -0700)
committerKeith Randall <khr@golang.org>
Mon, 25 Aug 2014 03:27:00 +0000 (20:27 -0700)
commitef504623783c0920f7084ae4b7d6bf32c34599b5
tree982169b289ab32a8dac724b8ac0ef7af3845373c
parentbe2ad1d7f587a235fc69b80f280f5e3702647434
runtime,runtime/debug: Converted some functions from goc to Go.

LGTM=khr
R=golang-codereviews, khr
CC=dvyukov, golang-codereviews
https://golang.org/cl/131010044
src/pkg/runtime/debug/garbage.go
src/pkg/runtime/debug/stubs.go [new file with mode: 0644]
src/pkg/runtime/debug/stubs.s [new file with mode: 0644]
src/pkg/runtime/malloc.h
src/pkg/runtime/mgc0.c
src/pkg/runtime/proc.c
src/pkg/runtime/rdebug.go [new file with mode: 0644]
src/pkg/runtime/rdebug.goc [deleted file]
src/pkg/runtime/runtime.h
src/pkg/runtime/stubs.go