Y
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
felixge
752 days ago
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...
link
kouteiheika
752 days ago
It should support C++ exceptions. The trampolines have exception landing pads included to catch and rethrow any exceptions which are thrown through them.
link
[1] https://github.com/koute/not-perf/blob/master/nwind/src/loca...