]> Cypherpunks repositories - gostls13.git/commit
runtime: remove nosplit directives from several Windows syscall helpers
authorqmuntal <quimmuntal@gmail.com>
Mon, 18 Mar 2024 14:38:20 +0000 (15:38 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Mon, 18 Mar 2024 17:06:46 +0000 (17:06 +0000)
commitdda4b17ee4866a32a7d0b522f9a366cb6d687ce1
treeac9d12202ef24b37c5b0daba7337ee58e3925264
parentaf0ebdd4c1ab7c58bcb131d51571ef6bc7250fed
runtime: remove nosplit directives from several Windows syscall helpers

Some of the Windows syscall helpers don't need to be nosplit. Removing
this directive will allow to add instrumentation to these functions
without having to worry about the stack size.

Change-Id: I3885621f23733af48563803c704563474010b8d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/572415
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/os_windows.go
src/runtime/syscall_windows.go