]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: skip types.Sym for GC mask symbols
authorCherry Zhang <cherryyz@google.com>
Sat, 24 Apr 2021 02:30:38 +0000 (22:30 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 29 Apr 2021 23:31:23 +0000 (23:31 +0000)
commit1df309eb023973f52b4955ea5b001c0d44961743
treeecc7b93f7b8c3bcaaaf903fa579328f92e3664ad
parent897baae953ca812005703d367234b3b867f2a4b0
cmd/compile: skip types.Sym for GC mask symbols

For GC mask symbols, we don't need to create types.Sym, just the
LSym.

Change-Id: I285b518cfd60bfaa3202a02b3005a7122daeb338
Reviewed-on: https://go-review.googlesource.com/c/go/+/313512
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/reflectdata/reflect.go