]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: update comment in plive.go
authorMatthew Dempsky <mdempsky@google.com>
Wed, 20 Sep 2017 22:22:21 +0000 (15:22 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 20 Sep 2017 23:07:40 +0000 (23:07 +0000)
commit93e97ef066d3aad0a51a4a54212382f04c142255
treeaf1a8ab2a39157dc440b15090c96fc147739b24d
parent1eacf78858fd18b100d25f7a04c4c62d96a23020
cmd/compile/internal/gc: update comment in plive.go

onebitwalktype1 no longer appears to be a bottleneck for the mentioned
test case. In fact, we appear to compile it significantly faster now
than Go 1.4 did (~1.8s vs ~3s).

Fixes #21951.

Change-Id: I315313e906092a7d6ff4ff60a918d80a4cff7a7f
Reviewed-on: https://go-review.googlesource.com/65110
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/plive.go