]> Cypherpunks repositories - gostls13.git/commit
cmd/link: restore windows stack commit size back to 4KB
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 30 Oct 2017 09:00:54 +0000 (20:00 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 3 Nov 2017 00:09:40 +0000 (00:09 +0000)
commit923299a6b85d22160dfdacca18f24ac6517ec1de
treefd38fa45260380815f69dd9833cc729b91a9bc25
parent25159d3af98335cfe574c66224a8c31df25ecc15
cmd/link: restore windows stack commit size back to 4KB

CL 49331 increased windows stack commit size to 2MB by mistake.
Revert that change.

Fixes #22439

Change-Id: I919e549e87da326f4ba45890b4d32f6d7046186f
Reviewed-on: https://go-review.googlesource.com/74490
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/link/internal/ld/pe.go
src/internal/syscall/windows/mksyscall.go
src/internal/syscall/windows/psapi_windows.go [new file with mode: 0644]
src/internal/syscall/windows/zsyscall_windows.go
src/runtime/crash_cgo_test.go
src/runtime/syscall_windows_test.go
src/runtime/testdata/testprog/syscall_windows.go
src/runtime/testdata/testprogcgo/stack_windows.go [new file with mode: 0644]