Windows-on-ARM-Experiments / mingw-woarm64-build

Workflows and build scripts for Windows on Arm64 GNU cross-compiler for `aarch64-w64-mingw32` target.
GNU General Public License v2.0
32 stars 4 forks source link

__chkstk not currently emitted. #12

Closed ZacWalk closed 11 months ago

ZacWalk commented 1 year ago

Large stack allocations on WIndows should emit __chkstk.

eukarpov commented 11 months ago

Issue is related to stack probing and has been fixed by this PR Enable stack probing on Aarch64 mingw to prevent crash on stack growth