• 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
optab.c 9.85 KB