1. 29 Aug, 2014 2 commits
    • Matthew Dempsky's avatar
      misc/cgo/test: disable issue 8428 regress test on darwin · f2e7fa9d
      Matthew Dempsky authored
      Clang 3.2 and older (as shipped with OS X Mountain Lion and older)
      outputs ambiguous DWARF debug info that makes it impossible for us to
      reconstruct accurate type information as required for this test.
      
      Fixes #8611.
      
      LGTM=rsc
      R=r, rsc, minux
      CC=golang-codereviews
      https://golang.org/cl/135990043
      f2e7fa9d
    • Matthew Dempsky's avatar
      runtime: remove holes in FUNCDATA tables · 3d128dbf
      Matthew Dempsky authored
      Shrinks the text segment size by about 1.5% for the "go", "gofmt",
      and "camlistored" commands on linux/amd64.
      
      Before:
      $ size go gofmt camlistored
         text	   data	    bss	    dec	    hex	filename
      6506842	 136996	 105784	6749622	 66fdb6	go
      2376046	  85232	  90984	2552262	 26f1c6	gofmt
      17051050	 190256	 130320	17371626	10911ea	camlistored
      
      After:
      $ size go gofmt camlistored
         text	   data	    bss	    dec	    hex	filename
      6403034	 136996	 105784	6645814	 656836	go
      2331118	  85232	  90984	2507334	 264246	gofmt
      16842586	 190256	 130320	17163162	105e39a	camlistored
      
      Fixes #8604.
      
      LGTM=rsc
      R=golang-codereviews, bradfitz, rsc
      CC=golang-codereviews
      https://golang.org/cl/137790043
      3d128dbf
  2. 28 Aug, 2014 33 commits
  3. 27 Aug, 2014 5 commits