-
Notifications
You must be signed in to change notification settings - Fork 9
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
mark time = 0 #34
Comments
Seems to be reproducible on
|
@chflood are the times in the wrong places? |
Also, mark + sweep times seem to be discrepant from gc time. I wouldn't expect them to add up, but would expect them to be in the same order of magnitude. |
Yeah, we were reporting the last gc's mark and sweep time, and not the
total mark and sweep time.
Fix is coming.
…On Wed, Jun 29, 2022 at 6:27 PM Diogo Netto ***@***.***> wrote:
Also, mark + sweep times seem to be discrepant from gc time. I wouldn't
expect them to add up, but would expect them to be in the same order of
magnitude.
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE3CLBE3I46GSMALRXSO5JLVRTEVXANCNFSM52HJOGOQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Resolved a few commits ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happened when running
tree_mutable.jl
on JuliaLang/julia#45639.The text was updated successfully, but these errors were encountered: