]> Cypherpunks repositories - gostls13.git/commit
runtime: reimplement reflect.call to not use stack splitting.
authorKeith Randall <khr@golang.org>
Fri, 2 Aug 2013 20:03:14 +0000 (13:03 -0700)
committerKeith Randall <khr@golang.org>
Fri, 2 Aug 2013 20:03:14 +0000 (13:03 -0700)
commit9cd570680bd1d6ea23e4f5da1fe3a50c6927d6d5
treeb8c604701f76eb63048e9011bf0e17aa5a27a5e5
parentb8c8cb85092aba7dda9b5f27b1a6c940aaf3c985
runtime: reimplement reflect.call to not use stack splitting.

R=golang-dev, r, khr, rsc
CC=golang-dev
https://golang.org/cl/12053043
misc/cgo/test/callback.go
src/cmd/ld/lib.c
src/pkg/reflect/all_test.go
src/pkg/runtime/asm_386.s
src/pkg/runtime/asm_amd64.s
src/pkg/runtime/asm_arm.s
src/pkg/runtime/panic.c
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/stack.c