]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/escape: change escapes and persists into bitset
authorMatthew Dempsky <mdempsky@google.com>
Tue, 15 Aug 2023 21:20:50 +0000 (14:20 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 17 Aug 2023 14:31:30 +0000 (14:31 +0000)
commit1038fc207bcd8bd35a50ffd8aaa4bba40c9bca9a
tree8f489386fb5ed8f97a3e2ced7ad1b342776b3897
parent4e336b8e1ee9bde0d8b797ea0131f6859361e368
cmd/compile/internal/escape: change escapes and persists into bitset

This CL introduces a locAttr bitset type, which will make it easier to
add additional attributes in the near future.

Change-Id: I2689aa623097279dc1e7b7cf2adf5184d710c5a8
Reviewed-on: https://go-review.googlesource.com/c/go/+/520258
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/escape/escape.go
src/cmd/compile/internal/escape/graph.go
src/cmd/compile/internal/escape/solve.go