• Austin Clements's avatar
    cmd/compile: mark function Syms · 16e6cd9a
    Austin Clements authored
    In order to mark the obj.LSyms produced by the compiler with the
    correct ABI, we need to know which types.Syms refer to function
    symbols. This CL adds a flag to types.Syms to mark symbols for
    functions, and sets this flag everywhere we create a PFUNC-class node,
    and in the one place where we directly create function symbols without
    always wrapping them in a PFUNC node (methodSym).
    
    We'll use this information to construct obj.LSyms with correct ABI
    information.
    
    For #27539.
    
    Change-Id: Ie3ac8bf3da013e449e78f6ca85546a055f275463
    Reviewed-on: https://go-review.googlesource.com/c/147158
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarDavid Chase <drchase@google.com>
    Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    16e6cd9a
Name
Last commit
Last update
..
amd64 Loading commit data...
arm Loading commit data...
arm64 Loading commit data...
gc Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc64 Loading commit data...
s390x Loading commit data...
ssa Loading commit data...
syntax Loading commit data...
test Loading commit data...
types Loading commit data...
wasm Loading commit data...
x86 Loading commit data...