1. 30 May, 2013 1 commit
    • Carl Shapiro's avatar
      cmd/ld, runtime: emit pointer maps for nosplits identified by the linker · 037a1a9f
      Carl Shapiro authored
      A nosplits was assumed to have no argument information and no
      pointer map.  However, nosplits created by the linker often
      have both.  This change uses the pointer map size as an
      alternate source of argument size when processing a nosplit.
      
      In addition, the symbol table construction pointer map size
      and argument size consistency check is strengthened.  If a
      nptrs is greater than 0 it must be equal to the number of
      argument words.
      
      R=golang-dev, khr, khr
      CC=golang-dev
      https://golang.org/cl/9666047
      037a1a9f
  2. 29 May, 2013 11 commits
  3. 28 May, 2013 9 commits
  4. 27 May, 2013 6 commits
  5. 25 May, 2013 2 commits
  6. 24 May, 2013 11 commits