]> Cypherpunks repositories - gostls13.git/commit
internal/abi: get rid of itab blank field
authorKeith Randall <khr@golang.org>
Wed, 13 Dec 2023 21:45:05 +0000 (13:45 -0800)
committerKeith Randall <khr@golang.org>
Fri, 16 Feb 2024 20:25:09 +0000 (20:25 +0000)
commitcdd0ddaf45f0de162d4e52e8418bd0638a3dc800
treec87627978afbb5982c7b25266a1e0203f594ab26
parentb138b19d2f7d99c462bf53b0dcc1ee98884630ab
internal/abi: get rid of itab blank field

We don't need it anymore, as we're accessing all the field offsets
symbolically.
This won't affect 64-bit, but it makes itabs on 32-bit 4 bytes smaller.

Change-Id: I7fb937813111476fd5ab03005b248ea7bb962cf6
Reviewed-on: https://go-review.googlesource.com/c/go/+/549517
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/abi/iface.go