1. 17 Oct, 2010 1 commit
    • 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
  2. 16 Oct, 2010 2 commits
  3. 15 Oct, 2010 10 commits
  4. 14 Oct, 2010 10 commits
  5. 13 Oct, 2010 9 commits
  6. 12 Oct, 2010 8 commits