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: RC optimization pass #4560

Merged
merged 17 commits into from
Mar 18, 2024
Merged

feat: RC optimization pass #4560

merged 17 commits into from
Mar 18, 2024

Commits on Mar 11, 2024

  1. Add Instruction::DecrementRc

    jfecher committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a1e13ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb05d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    c8ef975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c6dd1 View commit details
    Browse the repository at this point in the history
  3. Start RC optimization pass

    jfecher committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ef162c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    c5d885c View commit details
    Browse the repository at this point in the history
  2. Finish pass

    jfecher committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f8778e0 View commit details
    Browse the repository at this point in the history
  3. Add tests

    jfecher committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b5abe6d View commit details
    Browse the repository at this point in the history
  4. Fix typo

    jfecher committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fcca384 View commit details
    Browse the repository at this point in the history
  5. clippy

    jfecher committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    410aa4f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    a12b90c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f41ee View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    5a94186 View commit details
    Browse the repository at this point in the history
  2. Add new test

    jfecher committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0cc93d9 View commit details
    Browse the repository at this point in the history
  3. Remove extra line

    jfecher committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    383ad40 View commit details
    Browse the repository at this point in the history
  4. Remove test

    jfecher committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ded5a89 View commit details
    Browse the repository at this point in the history