r244036 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Tue Jan 3 22:58:00 GMT 2017


Author: ian
Date: Tue Jan  3 22:58:48 2017
New Revision: 244036

URL: https://gcc.gnu.org/viewcvs?rev=244036&root=gcc&view=rev
Log:
    runtime: remove __go_alloc and __go_free
    
    Move allocg and handling of allgs slice from C to Go.
    
    Reviewed-on: https://go-review.googlesource.com/34797

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/mprof.go
    trunk/libgo/go/runtime/proc.go
    trunk/libgo/go/runtime/runtime2.go
    trunk/libgo/go/runtime/stubs.go
    trunk/libgo/go/runtime/traceback_gccgo.go
    trunk/libgo/runtime/go-libmain.c
    trunk/libgo/runtime/go-main.c
    trunk/libgo/runtime/go-new.c
    trunk/libgo/runtime/go-reflect-call.c
    trunk/libgo/runtime/go-unwind.c
    trunk/libgo/runtime/heapdump.c
    trunk/libgo/runtime/malloc.goc
    trunk/libgo/runtime/mgc0.c
    trunk/libgo/runtime/parfor.c
    trunk/libgo/runtime/proc.c
    trunk/libgo/runtime/runtime.h
    trunk/libgo/runtime/runtime_c.c



More information about the Gcc-cvs mailing list