diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-12-21 14:58:14 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-12-22 11:54:03 -0800 |
commit | 1fa5fc7408d05710cb63a5e91c5df6c787b51019 (patch) | |
tree | f2eabda05e2cfcaca5cd88e30d2a8f11ef25567a /gcc/go/gofrontend/MERGE | |
parent | ffd454b92ba6ff5499cf57f82a2b0f4cee59978c (diff) | |
download | gcc-1fa5fc7408d05710cb63a5e91c5df6c787b51019.tar.gz |
runtime: remove scase.releasetime field
This is the gofrontend version of https://golang.org/cl/245122.
Original CL description:
selectgo will report at most one block event, so there's no need to
keep a releasetime for every select case. It suffices to simply track
the releasetime of the case responsible for the wakeup.
Updates golang/go#40410.
This is being brought over to gofrontend as a step toward upgrading to
Go1.16beta1.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/279732
Diffstat (limited to 'gcc/go/gofrontend/MERGE')
-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 81deef2cb79..bfc7856cce5 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -f9e44c6e510df9f047dbe28eb5fa19642e350f8f +c8456995b0118a92820c6c1d8f996d4b1adf55c2 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |