Implement stack overflow handling on Win64. Call _resetstkoflw to restore stack prote...
authorJonathan Chambers <joncham@gmail.com>
Mon, 11 Sep 2017 17:27:00 +0000 (13:27 -0400)
committerZoltan Varga <vargaz@gmail.com>
Mon, 11 Sep 2017 17:27:00 +0000 (13:27 -0400)
commit4a20e930afc89aba911f43fb14cce2feeeab65cc
tree2d0321eb8de493b874cabdce8d54987a42d04859
parentcf9dff4bb808d9ff4f916ed21ce843ae24f35910
Implement stack overflow handling on Win64. Call _resetstkoflw to restore stack protection before calling handler, and then jump to handler via a cached MonoContext. (#5472)
mono/mini/exceptions-amd64.c
mono/mini/mini.h