aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-11-18 17:48:29 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-11-18 17:48:29 +0000
commit092dd2bc335d124bdcf6aa1a27ea3196e90cc1ba (patch)
treefb1782f935ac669d4b7a6987b556622df8aef1a6 /gcc
parent70e73d3c4277fa602999b3e3c104a06024932c70 (diff)
downloadgcc-092dd2bc335d124bdcf6aa1a27ea3196e90cc1ba.zip
gcc-092dd2bc335d124bdcf6aa1a27ea3196e90cc1ba.tar.gz
gcc-092dd2bc335d124bdcf6aa1a27ea3196e90cc1ba.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
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.