Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix thread-safety violation in Allocations Profiler:
Re-use the shared `ptls->bt_data` buffer from the thread-local storage for the buffer, to ensure that each thread has a separate buffer. This buffer is shared with the exception throwing mechanism, but is safe to share since julia exception throwing never interleaves with allocations profiling.
- Loading branch information