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

Only use the new DepNode hashmap for anonymous nodes. #109050

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 27, 2024

  1. Verify dep-graph consistency when loading it.

    Always recover from duplicate DepNode.
    cjgillot committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d51f5cf View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    d3bcb8f View commit details
    Browse the repository at this point in the history
  2. Bless test for constant queries.

    As the hash function for the input is not complete, those queries can
    trigger a re-use of a DepNode.  As we now tolerate having duplicated
    DepNode, we effectively remove this ICE.
    cjgillot committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    db353ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    545ec63 View commit details
    Browse the repository at this point in the history
  4. Reintroduce assertion.

    cjgillot committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1851fc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddcc71b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    694b773 View commit details
    Browse the repository at this point in the history
  2. Silence lint.

    cjgillot committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    27568ed View commit details
    Browse the repository at this point in the history