Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix task suspension in GC for JL_TIMING (JuliaLang#52005)
The timing system does not currently support nesting task suspensions, so this `JL_TIMING_SUSPEND_TASK` added in JuliaLang#51489 is not permitted since it is called from within the GC suspension. This was causing Tracy to crash upon recording with "zone ended twice"
- Loading branch information