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

feat[venom]: improve liveness computation time #4086

Merged
merged 8 commits into from
Sep 18, 2024

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    f09103a View commit details
    Browse the repository at this point in the history
  2. feat[venom]: improve liveness computation time

    reduce time spent in liveness by starting from the leaves of the DFS,
    and only recomputing liveness for basic blocks which need it (any of its
    cfg_out has changed).
    charles-cooper committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fd058f2 View commit details
    Browse the repository at this point in the history
  3. fix traversal

    charles-cooper committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2685ac9 View commit details
    Browse the repository at this point in the history
  4. polish

    charles-cooper committed May 31, 2024
    Configuration menu
    Copy the full SHA
    99d7956 View commit details
    Browse the repository at this point in the history
  5. improve generated code

    charles-cooper committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9478690 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    8ba86e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5ab71 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    609e936 View commit details
    Browse the repository at this point in the history