Revert "cmd/compile: output DWARF lexical blocks for local variables"

This reverts commit c8b889cc48.

Reason for revert: broke noopt build, compiler performance regression, new Curfn uses

Let's fix those and then try this again.

Change-Id: Icc3cad1365d04cac8fd09da9dbb0bbf55c13ef44
Reviewed-on: https://go-review.googlesource.com/39991
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
Josh Bleecher Snyder 2017-04-07 19:50:31 +00:00
parent c8b889cc48
commit 3cf1ce40bd
21 changed files with 109 additions and 889 deletions

View file

@ -22,7 +22,7 @@ func TestSizeof(t *testing.T) {
_32bit uintptr // size on 32bit platforms
_64bit uintptr // size on 64bit platforms
}{
{Func{}, 112, 192},
{Func{}, 96, 160},
{Name{}, 36, 56},
{Param{}, 28, 56},
{Node{}, 84, 136},