]> Cypherpunks repositories - gostls13.git/commit
ld: increase default stack size on Windows for cgo
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 7 Dec 2011 13:53:17 +0000 (16:53 +0300)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 7 Dec 2011 13:53:17 +0000 (16:53 +0300)
commit428062da4e5e35ce75178d993dd6d8ef5e3ecb5d
treeba42071e9fce2013704374474713b920249a2c23
parent5e43527336e056b9c5a51bf0e23e790c86e3affa
ld: increase default stack size on Windows for cgo
Fixes #2437.

R=rsc, hectorchu, mattn.jp, alex.brainman, jdpoirier, snaury, n13m3y3r
CC=golang-dev
https://golang.org/cl/5371049
src/cmd/ld/lib.c
src/cmd/ld/lib.h
src/cmd/ld/pe.c
src/pkg/runtime/386/asm.s
src/pkg/runtime/amd64/asm.s
src/pkg/runtime/cgo/windows_386.c
src/pkg/runtime/cgo/windows_amd64.c
src/pkg/runtime/windows/thread.c