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

ian@gcc.gnu.org ian@gcc.gnu.org
Tue Jan 10 21:09:00 GMT 2017


Author: ian
Date: Tue Jan 10 21:09:00 2017
New Revision: 244291

URL: https://gcc.gnu.org/viewcvs?rev=244291&root=gcc&view=rev
Log:
    runtime: copy more scheduler code from Go 1.7 runtime
    
    I looked at a diff of proc.go between Go 1.7 and gccgo, and copied
    over all the easy stuff.
    
    Reviewed-on: https://go-review.googlesource.com/35090

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/debug.go
    trunk/libgo/go/runtime/export_test.go
    trunk/libgo/go/runtime/mprof.go
    trunk/libgo/go/runtime/os_gccgo.go
    trunk/libgo/go/runtime/proc.go
    trunk/libgo/go/runtime/runtime2.go
    trunk/libgo/go/runtime/stubs.go
    trunk/libgo/runtime/heapdump.c
    trunk/libgo/runtime/mgc0.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