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: Implement copy on write optimization for arrays in brillig #3118

Closed
wants to merge 12 commits into from

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    e5f46ff View commit details
    Browse the repository at this point in the history
  2. Add inc_rc instruction

    jfecher committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    13b9319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bafb5d View commit details
    Browse the repository at this point in the history
  4. Implement inc_rc in brillig

    jfecher committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    946b3e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    995faa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Refactor sections

    jfecher committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f32889f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Fix initial reference count

    jfecher committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d5c80e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8be3c View commit details
    Browse the repository at this point in the history
  3. Remove dbg panic

    jfecher committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d83cf03 View commit details
    Browse the repository at this point in the history
  4. Cleanup branch_instruction

    jfecher committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a7727cc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 20, 2023

  1. Add reference type to tests

    jfecher committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    37654e6 View commit details
    Browse the repository at this point in the history