]> Cypherpunks repositories - gostls13.git/commit
runtime: allow to call stdcall from Go on windows
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 29 Aug 2014 08:44:07 +0000 (12:44 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 29 Aug 2014 08:44:07 +0000 (12:44 +0400)
commit73f5010dc68e55abbda56b42a36208d6f2556f76
tree8a1733d3ffbcdb84273a7d6d5ff41d8b49553b05
parent9f0b749ba57dc4e922c1d16919cde4b7f9813f58
runtime: allow to call stdcall from Go on windows
I've started with just one function with 8 arguments,
but stdcall is called from nosplit functions
and 8 args overflow nosplit area.

LGTM=aram, alex.brainman
R=golang-codereviews, aram, alex.brainman, dave
CC=golang-codereviews, iant, khr, rsc
https://golang.org/cl/135090043
src/pkg/runtime/mem_windows.c
src/pkg/runtime/netpoll_windows.c
src/pkg/runtime/os_windows.c
src/pkg/runtime/os_windows.go
src/pkg/runtime/os_windows.h