1. 13 Jan, 2014 4 commits
  2. 12 Jan, 2014 1 commit
  3. 11 Jan, 2014 3 commits
  4. 10 Jan, 2014 10 commits
  5. 09 Jan, 2014 13 commits
  6. 08 Jan, 2014 8 commits
  7. 07 Jan, 2014 1 commit
    • Keith Randall's avatar
      runtime: use special records hung off the MSpan to · 020b39c3
      Keith Randall authored
      record finalizers and heap profile info.  Enables
      removing the special bit from the heap bitmap.  Also
      provides a generic mechanism for annotating occasional
      heap objects.
      
      finalizers
              overhead      per obj
      old	680 B	      80 B avg
      new	16 B/span     48 B
      
      profile
              overhead      per obj
      old	32KB	      24 B + hash tables
      new	16 B/span     24 B
      
      R=cshapiro, khr, dvyukov, gobot
      CC=golang-codereviews
      https://golang.org/cl/13314053
      020b39c3