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

Aiken UPLC Optimization overhaul #1052

Merged
merged 9 commits into from
Nov 13, 2024
Merged

Aiken UPLC Optimization overhaul #1052

merged 9 commits into from
Nov 13, 2024

Commits on Nov 9, 2024

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

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    434b4ec View commit details
    Browse the repository at this point in the history
  2. Split out inline_constr_ops since it adds in builtins that can then b…

    …e swept up by the builtin force reduction
    MicroProofs committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8117f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3814a54 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Forward inlining on lambdas produces better results. This is due to a…

    … forward pass being able to apply an argument that may have no_inline at the top where as vice-versa would reduce the arg first.
    MicroProofs committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9891d99 View commit details
    Browse the repository at this point in the history
  2. Clippy and test fixes

    MicroProofs committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1c03d16 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    01f683c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bbf9af View commit details
    Browse the repository at this point in the history