]> Cypherpunks repositories - gostls13.git/commit
runtime: update a few comments
authorKeith Randall <khr@golang.org>
Tue, 30 Aug 2016 16:29:16 +0000 (09:29 -0700)
committerKeith Randall <khr@golang.org>
Tue, 30 Aug 2016 18:16:28 +0000 (18:16 +0000)
commit0d7a2241cb684236f2728bb08514e7f256ac4a43
tree1ef8a60de6f9db129fc13ad6312951c16844dd59
parentf7ac5da4956fb2db129848be331345ece8e7faa6
runtime: update a few comments

noescape is now 0 instructions with the SSA backend.
fast atomics are no longer a TODO (at least for amd64).

Change-Id: Ib6e06f7471bef282a47ba236d8ce95404bb60a42
Reviewed-on: https://go-review.googlesource.com/28087
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/proc.go
src/runtime/stubs.go