]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.3] runtime: fix nacl amd64p32 flakiness
authorAndrew Gerrand <adg@golang.org>
Mon, 11 Aug 2014 23:29:29 +0000 (09:29 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 11 Aug 2014 23:29:29 +0000 (09:29 +1000)
commit0752bc8f26dffccbe536aaa7a5131ca26477c0d6
treeae98cf6596219b13299b91cf2e4aafb53ece56e9
parent329d3ce984fdf2478f15e834076aa38957972e00
[release-branch.go1.3] runtime: fix nacl amd64p32 flakiness

««« CL 102710043 / 5640e19d768d
runtime: fix nacl amd64p32 flakiness

newproc takes two extra pointers, not two extra registers.
On amd64p32 (nacl) they are different.

We diagnosed this before the 1.3 cut but the tree was frozen.
I believe this is causing the random problems on the builder.

Fixes #8199.

TBR=r
CC=golang-codereviews
https://golang.org/cl/102710043
»»»

TBR=rsc
CC=golang-codereviews
https://golang.org/cl/124120044
src/pkg/runtime/traceback_x86.c