gcc/libgo/go/reflect
Ian Lance Taylor 9d1e3afb54 runtime: rewrite panic/defer code from C to Go
The actual stack unwind code is still in C, but the rest of the code,
    notably all the memory allocation, is now in Go.  The names are changed
    to the names used in the Go 1.7 runtime, but the code is necessarily
    somewhat different.
    
    The __go_makefunc_can_recover function is dropped, as the uses of it
    were removed in https://golang.org/cl/198770044.
    
    Reviewed-on: https://go-review.googlesource.com/33414

From-SVN: r242715
2016-11-22 17:58:04 +00:00
..
all_test.go libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
deepequal.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
example_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
export_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
makefunc.go runtime, reflect: rewrite Go to FFI type conversion in Go 2016-11-18 00:15:38 +00:00
makefunc_ffi.go runtime, reflect: rewrite Go to FFI type conversion in Go 2016-11-18 00:15:38 +00:00
makefunc_ffi_c.c runtime: rewrite panic/defer code from C to Go 2016-11-22 17:58:04 +00:00
set_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
tostring_test.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
type.go compiler, runtime: replace hashmap code with Go 1.7 hashmap 2016-09-21 20:58:51 +00:00
value.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00