1. 14 Nov, 2014 1 commit
  2. 12 Nov, 2014 1 commit
  3. 11 Nov, 2014 1 commit
    • Russ Cox's avatar
      [dev.garbage] runtime: concurrent mark fixes · 9eded54f
      Russ Cox authored
      Add missing write barrier when initializing state
      for newly created goroutine. Add write barrier for
      same slot when preempting a goroutine.
      
      Disable write barrier during goroutine death,
      because dopanic does pointer writes.
      
      With concurrent mark enabled (not in this CL), all.bash passed once.
      The second time, TestGoexitCrash-2 failed.
      
      LGTM=rlh
      R=rlh
      CC=golang-codereviews
      https://golang.org/cl/167610043
      9eded54f
  4. 10 Nov, 2014 9 commits
  5. 09 Nov, 2014 7 commits
  6. 08 Nov, 2014 1 commit
  7. 07 Nov, 2014 3 commits
  8. 06 Nov, 2014 11 commits
  9. 05 Nov, 2014 6 commits