Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nimRawSetjmp: support Windows (#19197) | Ștefan Talpalaru | 2021-12-10 | 1 | -0/+130 |
* nimRawSetjmp: support Windows Using `_setjmp()` directly is required to avoid some rare (but very annoying) exception-related stack corruption leading to segfaults on Windows, with Mingw-w64 and SEH. More details: https://github.com/status-im/nimbus-eth2/issues/3121 Also add "nimBuiltinSetjmp" - mostly for benchmarking. * fix for Apple's Clang++ |