]> Cypherpunks repositories - gostls13.git/commit
8l,6l: allow for more os threads to be created on Windows
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 16 Feb 2011 05:08:42 +0000 (16:08 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 16 Feb 2011 05:08:42 +0000 (16:08 +1100)
commit074354c2eac9465a2aae010d719eb070c0845382
treebeb74ac96ea26fbc1a3137eb89366776007136eb
parent186b07afff967e79aa408155a02ac4e0b822c053
8l,6l: allow for more os threads to be created on Windows

Program listed http://code.google.com/p/go/issues/detail?id=1495
(with nRequester set to 10000) will crash with

runtime: failed to create new OS thread (have 4526 already; errno=8)

instead of

runtime: failed to create new OS thread (have 618 already; errno=8).

R=golang-dev, rsc, vcc
CC=golang-dev
https://golang.org/cl/4172046
src/cmd/ld/pe.c