• Russ Cox's avatar
    5l: stop using R12 as SB · 8052786e
    Russ Cox authored
    Because the SB is only good for 8k and Go programs
    tend to have much more data than that, SB doesn't
    save very much.  A fmt.Printf-based hello world program
    has  360 kB text segment.  Removing SB makes the text
    500 bytes (0.14%) longer.
    
    R=ken2, r2, ken3
    CC=golang-dev
    https://golang.org/cl/2487042
    8052786e
Name
Last commit
Last update
..
5.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
doc.go Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
noop.c Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
prof.c Loading commit data...
softfloat.c Loading commit data...
span.c Loading commit data...
symtab.c Loading commit data...
thumb.c Loading commit data...