]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: improve compiler directive docs
authorAustin Clements <austin@google.com>
Fri, 27 Dec 2024 15:48:22 +0000 (10:48 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 27 Dec 2024 16:31:59 +0000 (08:31 -0800)
commit7c03fe70b897581aacc0092315f75abd08ebeeee
treeef7782ea01f6ddef547e30ec697dc8dbd9b52193
parentd7c3e93c16eeb328e9d943aa4fbd5ec8c793ec1b
cmd/compile: improve compiler directive docs

This section has gotten long enough that it deserves to be multiple
sections. This also allows us to better structure information shared
by subsets of directives. In particular, this enables a self-contained
section on the wasm directives.

Updates #66984.

Change-Id: I062081d46c6b0aef7887fdaf9efae80f32ad4b21
Reviewed-on: https://go-review.googlesource.com/c/go/+/638881
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/doc.go