]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add structs.HostLayout
authorDavid Chase <drchase@google.com>
Thu, 11 Apr 2024 21:22:53 +0000 (17:22 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 20 May 2024 21:19:39 +0000 (21:19 +0000)
commit22344e11f27d9667e7bbb6209df59e9a9e976d91
tree10aa3e3f408737c9ff97572ef51f6b039ce76fee
parentecad164da79f2cea14c07b9a70dbc3df278ae8d7
cmd/compile: add structs.HostLayout

This is for the proposal, plus a few bug fixes
that would/will be necessary when this is put into
actual use.

Fixes #66408.
Updates #63131.

Change-Id: I3a66e09d707dd579c59f155e7f53367f41214c30
Reviewed-on: https://go-review.googlesource.com/c/go/+/578355
Reviewed-by: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: David Chase <drchase@google.com>
api/next/66408.txt [new file with mode: 0644]
doc/next/6-stdlib/3-structs.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/structs/66408.md [new file with mode: 0644]
src/cmd/compile/internal/abi/abiutils.go
src/cmd/compile/internal/compare/compare_test.go
src/cmd/compile/internal/devirtualize/pgo_test.go
src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go
src/cmd/compile/internal/ssa/export_test.go
src/go/doc/comment/std.go
src/structs/doc.go [new file with mode: 0644]
src/structs/hostlayout.go [new file with mode: 0644]