]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: allow fieldtrack of unexported fields
authorRuss Cox <rsc@golang.org>
Tue, 22 Feb 2022 19:43:41 +0000 (14:43 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 8 Mar 2022 15:18:31 +0000 (15:18 +0000)
commit7fd9564fcd3715a2aaf2bf4df1096f71ff40ef15
treede219765a02c75a46fb86faac8ca0e0f5c593e60
parent0b76afc75ca687fcd9a1a8e0b19670fb8f37fecb
cmd/compile: allow fieldtrack of unexported fields

The fieldtrack support is experimental and used mainly inside Google,
where we have included this change for years. No reason not to make
it in the public copy.

Change-Id: I5233e4e775ccce60a17098c007aed8c82a0425d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/387355
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/walk/expr.go