diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-09 19:37:19 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-09 19:37:19 +0000 |
commit | a09e421e03b7d7082cc5182550565314aec938ab (patch) | |
tree | 979f6f9c20889cbbef8a131ed63b6e7f4b7216f6 /gcc/go | |
parent | ce1d93997b49005f4d61741d58f0b4d63d78b680 (diff) | |
download | gcc-a09e421e03b7d7082cc5182550565314aec938ab.tar.gz |
runtime: copy more of scheduler from Go 1.7 runtime
This started by moving procresize from C to Go so that we can pass the
right type to the memory allocator when allocating a p, which forced
the gomaxprocs variable to move from C to Go, and everything else
followed from that.
Reviewed-on: https://go-review.googlesource.com/34916
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244236 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index d42c54072a8..2bbbc0f3292 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -eef0fb3b092dc22d9830cac15a536760da5d033a +189ea81cc758e000325fd6cca7882c252d33f8f0 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |