1. 05 Jun, 2012 1 commit
  2. 04 Jun, 2012 22 commits
  3. 03 Jun, 2012 7 commits
  4. 02 Jun, 2012 9 commits
  5. 01 Jun, 2012 1 commit
    • Robert Griesemer's avatar
      go/parser: ~15% faster parsing · a04d4f02
      Robert Griesemer authored
      - only compute current line position if needed
        (i.e., if a comment is present)
      
      - added benchmark
      
      benchmark         old ns/op    new ns/op    delta
      BenchmarkParse     10902990      9313330  -14.58%
      
      benchmark          old MB/s     new MB/s  speedup
      BenchmarkParse         5.31         6.22    1.17x
      
      R=golang-dev, r
      CC=golang-dev
      https://golang.org/cl/6270043
      a04d4f02