]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add all runtime package dependencies to NoInstrumentPkgs
authorAustin Clements <austin@google.com>
Thu, 6 Jul 2023 15:15:27 +0000 (11:15 -0400)
committerAustin Clements <austin@google.com>
Tue, 22 Aug 2023 19:18:32 +0000 (19:18 +0000)
commit83e0704c50c4269d90ec654b6590ae4db554f4eb
treee7f16dabc37f20cfa9979f1c48dc297801e143e8
parent3e73802c4a40a665d505e0c906609ce771cfd219
cmd/compile: add all runtime package dependencies to NoInstrumentPkgs

Currently, this list includes *almost* all runtime packages, but not
quite all.

We leave out internal/bytealg for reasons explained in the code.

Compiling with or without race instrumentation has no effect on the
other packages added to the list here, so this is a no-op change
today, but makes this more robust.

Change-Id: Iaec585b2efbc72983d8cb3929394524c42dd664d
Reviewed-on: https://go-review.googlesource.com/c/go/+/521701
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/base/base.go