]> Cypherpunks repositories - gostls13.git/commit
runtime: don't trigger write barrier in newosproc for nacl
authorShenghou Ma <minux@golang.org>
Tue, 24 Mar 2015 03:13:11 +0000 (23:13 -0400)
committerMinux Ma <minux@golang.org>
Thu, 26 Mar 2015 19:58:14 +0000 (19:58 +0000)
commit400f58a0101717639dafea2f80740bbfb250573c
treedbf88f7cbcbb4002223c11724380ce9f5ee2e9d8
parent8537ccdd7ff42aac384f278d55f975ba447f16fd
runtime: don't trigger write barrier in newosproc for nacl

This should fix the intermittent calling write barrier with mp.p == nil
failures on the nacl/386 builder.

Change-Id: I34aef5ca75ccd2939e6a6ad3f5dacec64903074e
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/7973
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os1_nacl.go