0.3.0
Major changes:
- More performance improvements. In the average case the cost per a single allocation was cut down to approximately 75%. Every thread has now its own unwind context, so stack traces can be now gathered in parallel.
- The profiler should no longer crash on systems with a recent version of
libstdc++
when a C++ exception is thrown.