]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, runtime: set alignment of type descriptors
authorIan Lance Taylor <iant@golang.org>
Thu, 4 Dec 2025 21:49:21 +0000 (13:49 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 11 Feb 2026 05:27:59 +0000 (21:27 -0800)
commita430bc1bd73ab9a7d4a0c740add9760914588396
tree592d32b39ac9e812cb50ff4cab2046d080043ab2
parent67d449c0a608ab6c9891bb9b16cc14016bde8848
cmd/compile, runtime: set alignment of type descriptors

This trivial change reduces the size of cmd/go by 88K.

For #6853
For #36313

Change-Id: I5e74acf118bd1c63cbdd256879d8aa8d72a50505
Reviewed-on: https://go-review.googlesource.com/c/go/+/727021
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/reflectdata/reflect.go
src/runtime/type.go