Hacker News new | ask | show | jobs
by tdullien 752 days ago
It's going to play poorly when C++ exceptions are thrown/caught.
2 comments

Looking at the code [1] it seems like the library is actively trying to handle this problem.

[1] https://github.com/koute/not-perf/blob/master/nwind/src/loca...

It should support C++ exceptions. The trampolines have exception landing pads included to catch and rethrow any exceptions which are thrown through them.