Skip to content

GUFA: Fix nondeterminism in roots #6456

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

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

kripken
Copy link
Member

@kripken kripken commented Mar 29, 2024

Found by the fuzzer. We already processed the work queue in a deterministic
order, but the roots were unordered. The work queue's initial state is filled by
the roots, so we must process the roots deterministically as well.

@kripken kripken requested a review from tlively March 29, 2024 22:44
@kripken kripken merged commit b1b0c3e into WebAssembly:main Mar 29, 2024
@kripken kripken deleted the gufa.det branch March 29, 2024 23:25
@gkdn gkdn mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants