]> Cypherpunks repositories - gostls13.git/commit
runtime: move stack barrier code to its own file
authorAustin Clements <austin@google.com>
Sat, 29 Aug 2015 03:15:41 +0000 (23:15 -0400)
committerAustin Clements <austin@google.com>
Wed, 9 Sep 2015 01:18:50 +0000 (01:18 +0000)
commit92e68c89f686d451df2d72e6b3f279dbd2b82442
treea3ce28c1b89e6994ed1c7323805b7430a889c581
parent84a8648e1dfab299a00bf13cf1c9ce2fb812dd4c
runtime: move stack barrier code to its own file

Currently the stack barrier code is mixed in with the mark and scan
code. Move all of the stack barrier related functions and variables to
a new dedicated source file. There are no code modifications.

Change-Id: I604603045465ef8573b9f88915d28ab6b5910903
Reviewed-on: https://go-review.googlesource.com/14050
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/mstkbar.go [new file with mode: 0644]