Skip to content

Commit

Permalink
more data
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 3, 2016
1 parent bdf163f commit 0d5eba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
//
// panic here or panic there?
// * catch_unwind is 6x slower than a normal call with panic=abort
// * can be 3x if we deal with PANIC_COUNT
// * catch_unwind is 7x slower than a normal call with panic=unwind
// * much of this is management of PANIC_COUNT
// * perspective, allocation is 20x slower than a noop call
// * also attributed to the indirect call
// * data point - wangle deals with C++ exceptions
//
Expand Down

0 comments on commit 0d5eba3

Please sign in to comment.