1. 03 Jul, 2012 5 commits
  2. 02 Jul, 2012 6 commits
  3. 01 Jul, 2012 2 commits
  4. 30 Jun, 2012 6 commits
  5. 29 Jun, 2012 2 commits
  6. 28 Jun, 2012 4 commits
  7. 27 Jun, 2012 7 commits
  8. 26 Jun, 2012 5 commits
  9. 25 Jun, 2012 3 commits
    • Rob Pike's avatar
      fmt: set p.field before nil check · a308be5f
      Rob Pike authored
      Fixes #3752.
      
      R=golang-dev, rsc
      CC=golang-dev
      https://golang.org/cl/6331062
      a308be5f
    • Dave Cheney's avatar
      runtime: add arm soft division and modulo benchmarks · d1537809
      Dave Cheney authored
      arm soft div and mod performance plays an important part
      in runtime performance.
      
      The currently implementation is very stable, but we believe
      we can best it. This benchmark provides a reference point.
      
      linux/arm omap4 pandaboard
      
      BenchmarkUint32Div7     10000000               298 ns/op
      BenchmarkUint32Div37    10000000               298 ns/op
      BenchmarkUint32Div123   10000000               298 ns/op
      BenchmarkUint32Div763   10000000               298 ns/op
      BenchmarkUint32Div1247  10000000               299 ns/op
      BenchmarkUint32Div9305  10000000               298 ns/op
      BenchmarkUint32Div13307 10000000               298 ns/op
      BenchmarkUint32Div52513 10000000               298 ns/op
      BenchmarkUint32Div60978747      10000000               298 ns/op
      BenchmarkUint32Div106956295     10000000               297 ns/op
      BenchmarkUint32Mod7     10000000               280 ns/op
      BenchmarkUint32Mod37    10000000               280 ns/op
      BenchmarkUint32Mod123   10000000               280 ns/op
      BenchmarkUint32Mod763   10000000               280 ns/op
      BenchmarkUint32Mod1247  10000000               280 ns/op
      BenchmarkUint32Mod9305  10000000               280 ns/op
      BenchmarkUint32Mod13307 10000000               280 ns/op
      BenchmarkUint32Mod52513 10000000               280 ns/op
      BenchmarkUint32Mod60978747      10000000               280 ns/op
      BenchmarkUint32Mod106956295     10000000               280 ns/op
      
      R=minux.ma, rsc
      CC=golang-dev
      https://golang.org/cl/6258067
      d1537809
    • Andrew Gerrand's avatar
      doc: drop video title from homepage · c42a1d49
      Andrew Gerrand authored
      It's just stutter.
      
      R=golang-dev, dsymonds, r
      CC=golang-dev
      https://golang.org/cl/6334053
      c42a1d49