• Russ Cox's avatar
    gc: fix arm build · 77f0bdce
    Russ Cox authored
    Escape analysis was incorrectly assuming that
    functions without bodies don't leak their
    parameters.  This meant that sync/atomic's
    TestAddInt64 was allocating x on its stack,
    and then x was not properly aligned for use
    with the atomic 64-bit instructions.  Obviously
    we should figure out the alignment story on 5g
    too, but this fix is correct and should restore the
    build to 'ok'.
    
    TBR=lvd
    CC=golang-dev
    https://golang.org/cl/4964047
    77f0bdce
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...