]> Cypherpunks repositories - gostls13.git/commit
[dev.garbage] runtime: eliminate mspan.start
authorAustin Clements <austin@google.com>
Thu, 28 Apr 2016 15:21:01 +0000 (11:21 -0400)
committerAustin Clements <austin@google.com>
Fri, 29 Apr 2016 03:53:17 +0000 (03:53 +0000)
commit3e2462387f39db99a9a2b551c444c22fae460949
tree677241a943c60e24521cbbc529ba6d65573203b1
parentb7adc41fbacac446c1daf0cb282cb2a921d4a15b
[dev.garbage] runtime: eliminate mspan.start

This converts all remaining uses of mspan.start to instead use
mspan.base(). In many cases, this actually reduces the complexity of
the code.

Change-Id: If113840e00d3345a6cf979637f6a152e6344aee7
Reviewed-on: https://go-review.googlesource.com/22590
Reviewed-by: Rick Hudson <rlh@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
src/runtime/malloc.go
src/runtime/mbitmap.go
src/runtime/mheap.go