]> Cypherpunks repositories - gostls13.git/commit
runtime: find a home for orphaned comments
authorJeremy Jackins <jeremyjackins@gmail.com>
Wed, 13 Apr 2016 09:16:21 +0000 (18:16 +0900)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 14 Apr 2016 18:34:09 +0000 (18:34 +0000)
commit02b8e6978a86c2f4f3a604e8b05014d127f4020a
tree95a73746d1be6cda7d0bd2e6906cadb33e794561
parent980146bfde2b4e2d62c537023c19670666fc0604
runtime: find a home for orphaned comments

These comments were left behind after runtime.h was converted
from C to Go. I examined the original code and tried to move these
to the places that the most sense.

Change-Id: I8769d60234c0113d682f9de3bd8d6c34c450c188
Reviewed-on: https://go-review.googlesource.com/21969
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/lfstack.go
src/runtime/lock_futex.go
src/runtime/mmap.go
src/runtime/runtime2.go