|
Rici Lake wrote: <snip>
Experiments in C have convinced me that setjmp/longjmp exception handling is quite reasonable, and often outperforms c++ exceptions.
</snip> On which OS and which compiler? I have been using try/catch in place of setjmp/longjmp on Windows so that C++ destructors unwind in function bindings. db