aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/objdump
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2021-10-01 16:25:32 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2021-10-04 22:45:17 +0000
commitc2483a5c034152fcdfbb2e6dbcf48b0103d8db6a (patch)
tree1130f6445995ef8a7915c252cd88fb392cb4be9e /src/cmd/objdump
parenta8d78fae95d5a8a09e248ce4d26f04b38791a7b6 (diff)
downloadgo-c2483a5c034152fcdfbb2e6dbcf48b0103d8db6a.tar.xz
cmd, runtime: eliminate runtime.no_pointers_stackmap
runtime.no_pointers_stackmap is an odd beast. It is defined in a Go file, populated by assembly, used by the GC, and its address is magic used by async pre-emption to ascertain whether a routine was implemented in assembly. A subsequent change will force all GC data into the go.func.* linker symbol. runtime.no_pointers_stackmap is GC data, so it must go there. Yet it also needs to go into rodata, for the runtime address trick. This change eliminates it entirely. Replace the runtime address check with the newly introduced asm funcflag. Handle the assembly macro as magic, similarly to our handling of go_args_stackmap. This allows the no_pointers_stackmap to be identical in all ways to other gclocals stackmaps, including content-addressability. Change-Id: Id2f20a262cfab0719beb88e6342984ec4b196268 Reviewed-on: https://go-review.googlesource.com/c/go/+/353672 Trust: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/cmd/objdump')
0 files changed, 0 insertions, 0 deletions