r242509 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Wed Nov 16 18:33:00 GMT 2016
Author: ian
Date: Wed Nov 16 18:33:11 2016
New Revision: 242509
URL: https://gcc.gnu.org/viewcvs?rev=242509&root=gcc&view=rev
Log:
runtime: replace runtime1.goc with Go and C code
A step toward eliminating goc2c.
Drop the exported parfor code; it was needed for tests in the past, but
no longer is. The Go 1.7 runtime no longer uses parfor.
Reviewed-on: https://go-review.googlesource.com/33324
Removed:
trunk/libgo/runtime/runtime1.goc
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/Makefile.am
trunk/libgo/Makefile.in
trunk/libgo/go/runtime/debug.go
trunk/libgo/go/runtime/error.go
trunk/libgo/go/runtime/export_test.go
trunk/libgo/go/runtime/extern.go
trunk/libgo/go/runtime/stubs.go
trunk/libgo/runtime/proc.c
trunk/libgo/runtime/runtime.h
More information about the Gcc-cvs
mailing list