]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate b == 0 special case from scanblock
authorAustin Clements <austin@google.com>
Thu, 12 Feb 2015 20:20:13 +0000 (15:20 -0500)
committerAustin Clements <austin@google.com>
Fri, 13 Feb 2015 15:34:34 +0000 (15:34 +0000)
commit1ac65f82adf00f6af925a266b9c8282325b3c39f
tree061e98714d700abae2989e557b73af8535a16547
parentcf964e1653489d99b68a0668d293b6b521e5ab62
runtime: eliminate b == 0 special case from scanblock

We no longer ever call scanblock with b == 0.

Change-Id: I9b01da39595e0cc251668c24d58748d88f5f0792
Reviewed-on: https://go-review.googlesource.com/4782
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go