mirror of https://github.com/golang/go.git
Allocate Defer on stack during cgo calls, as suggested by dvyukov. Also includes some comment corrections. benchmark old,ns/op new,ns/op BenchmarkCgoCall 669 330 (Intel Xeon CPU 1.80GHz * 4, Linux 386) R=dvyukov, rsc CC=golang-dev https://golang.org/cl/4910041 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| align.go | ||
| basic.go | ||
| callback.go | ||
| callback_c.c | ||
| cgo_test.go | ||
| duplicate_symbol.go | ||
| env.go | ||
| exports.go | ||
| issue1222.go | ||
| issue1328.go | ||
| issue1560.go | ||
| runtime.c | ||