• Russ Cox's avatar
    gc: unify stack frame layout · 5ddf6255
    Russ Cox authored
    allocparams + tempname + compactframe
    all knew about how to place stack variables.
    
    Now only compactframe, renamed to allocauto,
    does the work.  Until the last minute, each PAUTO
    variable is in its own space and has xoffset == 0.
    
    This might break 5g.  I get failures in concurrent
    code running under qemu and I can't tell whether
    it's 5g's fault or qemu's.  We'll see what the real
    ARM builders say.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/4973057
    5ddf6255
Name
Last commit
Last update
..
Makefile Loading commit data...
cgen.c Loading commit data...
doc.go Loading commit data...
galign.c Loading commit data...
gg.h Loading commit data...
ggen.c Loading commit data...
gobj.c Loading commit data...
gsubr.c Loading commit data...
list.c Loading commit data...
opt.h Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...