]> Cypherpunks repositories - gostls13.git/commit
runtime: deferproc/deferreturn in Go
authorKeith Randall <khr@golang.org>
Wed, 3 Sep 2014 15:49:43 +0000 (08:49 -0700)
committerKeith Randall <khr@golang.org>
Wed, 3 Sep 2014 15:49:43 +0000 (08:49 -0700)
commitf44073785a99c2b6656156fe42055f81d29f5e1a
tree6a39affb9e864ffd0cceacaa93e31f3225e63a64
parent54138e1ac356d824fe669b593c9ec24d9c7bbd3a
runtime: deferproc/deferreturn in Go

LGTM=rsc
R=golang-codereviews, rsc, khr
CC=golang-codereviews
https://golang.org/cl/139900043
13 files changed:
src/cmd/api/goapi.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/extern.go
src/pkg/runtime/malloc.c
src/pkg/runtime/malloc.h
src/pkg/runtime/panic.c
src/pkg/runtime/panic.go
src/pkg/runtime/stubs.go
src/pkg/runtime/traceback.go
src/pkg/runtime/vlrt.go