]> Cypherpunks repositories - gostls13.git/commit
runtime: replace tls0 with m0.tls
authorMatthew Dempsky <mdempsky@google.com>
Thu, 12 Nov 2015 23:35:50 +0000 (15:35 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 13 Nov 2015 01:53:00 +0000 (01:53 +0000)
commit7bb38f6e470995d54a8bac3a67f997efc1f60c69
treed32a4180796a993b868a24fda54a99a9326d7d84
parent940d41e386d92bda0f4fb39541df89ed424a012d
runtime: replace tls0 with m0.tls

We're allocating TLS storage for m0 anyway, so might as well use it.

Change-Id: I7dc20bbea5320c8ab8a367f18a9540706751e771
Reviewed-on: https://go-review.googlesource.com/16890
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/os1_windows.go
src/runtime/rt0_linux_ppc64le.s
src/runtime/runtime.go