diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-16 16:42:53 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-16 16:42:53 +0000 |
commit | c3ab26e8bb0c5bf1c20358d036f987a20734c9ad (patch) | |
tree | d5ba10b1e7a7066a1d806d7a74159a141f9f53b8 /gcc/go | |
parent | 3943b161342a68ec90a7b977cf6a8e451671e25d (diff) | |
download | gcc-c3ab26e8bb0c5bf1c20358d036f987a20734c9ad.zip gcc-c3ab26e8bb0c5bf1c20358d036f987a20734c9ad.tar.gz gcc-c3ab26e8bb0c5bf1c20358d036f987a20734c9ad.tar.bz2 |
runtime: add some more preemption checks
In particular this lets BenchmarkPingPongHog in runtime/proc_test.go
complete.
Reviewed-on: https://go-review.googlesource.com/94735
From-SVN: r257743
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 baf77e3..cb7dffd 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -5d5ea2fd05dbf369ccc53c93d4846623cdea0c47 +cef3934fbc63f5e121abb8f88d3799961ac95b59 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |