Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix task suspension in GC for JL_TIMING #52005

Merged
merged 1 commit into from
Nov 3, 2023

Commits on Nov 2, 2023

  1. Fix task suspension in GC for JL_TIMING

    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"
    topolarity committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    324185a View commit details
    Browse the repository at this point in the history