]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove now-irrelevant test
authorDavid Chase <drchase@google.com>
Mon, 14 May 2018 20:12:59 +0000 (16:12 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 14 May 2018 20:33:00 +0000 (20:33 +0000)
commiteeff8fa4536abcc2ad717aeea58c126ad23fce3f
treed5f825d2304e8c7003d16eb6927e301c4cb1df4d
parent15f2cbf43752cd69ba7b00a713f5db82fd535f1f
cmd/compile: remove now-irrelevant test

This test measures "line churn" which was minimized to help
improve the debugger experience.  With proper is_stmt markers,
this is no longer necessary, and it is more accurate (for
profiling) to allow line numbers to vary willy-nilly.

"Debugger experience" is now better measured by
cmd/compile/internal/ssa/debug_test.go

This CL made the obsoleting change:
https://go-review.googlesource.com/c/go/+/102435

Change-Id: I874ab89f3b243b905aaeba7836118f632225a667
Reviewed-on: https://go-review.googlesource.com/113155
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/fixedbugs/issue18902.go [deleted file]
test/fixedbugs/issue18902b.go [deleted file]