]> Cypherpunks repositories - gostls13.git/commit
runtime: merge proc1.go -> proc.go
authorNodir Turakulov <nodir@google.com>
Mon, 19 Oct 2015 00:04:05 +0000 (17:04 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 19 Oct 2015 01:11:00 +0000 (01:11 +0000)
commit386fa03609f2964ddea71581eb409bdda64fb475
treef60422711d8013685cca1a59eff69f5e657e5fd3
parent22dfbbec7fc350e37ef7bf79325e9ff2c9789f93
runtime: merge proc1.go -> proc.go

from proc1.go to proc.go:
* prepend header comment explaining "Goroutine scheduler"
* insert m0 and g0 var defs after the comment
* append the rest

Updates #12952

Change-Id: I35ee9ae3287675cde0c1b6aeaca0a460393f2354
Reviewed-on: https://go-review.googlesource.com/16024
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/proc.go
src/runtime/proc1.go [deleted file]