Mir

Code review comment for lp:~brandontschaefer/mir/mir-event-capnproto

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

+} catch (...)
+{
+ abort();
}

Is this the intended end state? It might assist users encountering this if we at least output the string from the exception before aborting.

Also, the figures Daniel provides are concerning. I thought one motivation for Capnproto was performance.

review: Needs Information

« Back to merge proposal