• Ken Thompson's avatar
    fix issue 798 · b0283611
    Ken Thompson authored
    cannot allocate an audomatic temp
    while real registers are allocated.
    there is a chance that the automatic
    will be allocated to one of the
    allocated registers. the fix is to
    not registerize such variables.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/1202042
    b0283611
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...