aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2016-10-03 23:01:26 -0400
committerCherry Zhang <cherryyz@google.com>2016-10-10 13:15:04 +0000
commit68331750dac5a38c5158f57ab19e3e99d11a59e3 (patch)
tree3a630e8fec57dc7d0bc09086e8132a56c6ac7f92 /src/runtime/testdata
parent2f0b8f88df33ca48494a90eea705ad092322a1ca (diff)
downloadgo-68331750dac5a38c5158f57ab19e3e99d11a59e3.tar.xz
cmd/compile: remove some write barriers for stack writes
This, along with CL 30140, removes ~50% of stack write barriers mentioned in issue #17330. The remaining are most due to Phi and FwdRef, which is not resolved when building SSA. We might be able to do it at a later stage where Phi and Copy propagations are done, but matching an if-(store-store-call)+ sequence seems not very pleasant. Updates #17330. Change-Id: Iaa36c7b1f4c4fc3dc10a27018a3b0e261094cb21 Reviewed-on: https://go-review.googlesource.com/30290 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/runtime/testdata')
0 files changed, 0 insertions, 0 deletions