From 092dd2bc335d124bdcf6aa1a27ea3196e90cc1ba Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 18 Nov 2016 17:48:29 +0000 Subject: runtime: move schedt type and sched var from C to Go This doesn't change any actual code, it just starts using the Go definition of the schedt type and the sched variable rather than the C definitions. The schedt type is tweaked slightly for gccgo. We aren't going to release goroutine stacks, so we don't need separate gfreeStack and gfreeNostack lists. We only have one size of defer function, so we don't need a list of 5 different pools. Reviewed-on: https://go-review.googlesource.com/33364 From-SVN: r242600 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 6e29f40..f0cbae6 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -fc4ca600b2fc6de81fd3c4014542d6a50593db1a +bf4762823c4543229867436399be3ae30b4d13bb The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1