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 base must-writing all invalidated variables #1562

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Commits on Aug 16, 2024

  1. Fix base must-writing all invalidated variables

    set_many writes one after another, so they all end up in protection privatization's P set for example (although it cannot be observed by precision).
    Nevertheless, this is the morally correct thing to do: an unknown function may or may not write each argument.
    sim642 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cf9d190 View commit details
    Browse the repository at this point in the history