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: use RAM/ROM opcode when supported by the backend #1282

Merged
merged 57 commits into from
Jun 14, 2023

Commits on Feb 13, 2023

  1. assign a VM per array

    guipublic committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    bcb631d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4668c72 View commit details
    Browse the repository at this point in the history
  3. cargo format

    guipublic committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    520c2f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Code review

    guipublic committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9764650 View commit details
    Browse the repository at this point in the history
  2. code review

    guipublic committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    50e7d57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dbe6f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Feb 21, 2023

  1. enable dynamic arrays

    guipublic committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8f8d0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b01a92c View commit details
    Browse the repository at this point in the history
  3. use trace index as counter

    guipublic committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    2d51e6f View commit details
    Browse the repository at this point in the history
  4. restore bad commit

    guipublic committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    cb43e94 View commit details
    Browse the repository at this point in the history
  5. restore bad commit

    guipublic committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c5a0bf9 View commit details
    Browse the repository at this point in the history
  6. restore bad commit

    guipublic committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    327fe57 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Code review

    guipublic committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2aa2fb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Code review

    guipublic committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    55afff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6eface View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c23cefb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on Feb 28, 2023

  1. Code review

    guipublic committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    af17ec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ca66c View commit details
    Browse the repository at this point in the history
  3. MemAddress

    guipublic committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0c1bc4e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    1e3861f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    352b447 View commit details
    Browse the repository at this point in the history
  3. merge from master

    guipublic committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    966b557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff90d69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb93f6e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

    guipublic committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c79e9dc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. *WIP* handle block opcode

    guipublic committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1aa52fe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 22, 2023

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

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    a8e4aef View commit details
    Browse the repository at this point in the history
  2. fikx the build after merge

    guipublic committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9830b47 View commit details
    Browse the repository at this point in the history
  3. clean-up

    guipublic committed May 3, 2023
    Configuration menu
    Copy the full SHA
    78da427 View commit details
    Browse the repository at this point in the history
  4. missed this one

    guipublic committed May 3, 2023
    Configuration menu
    Copy the full SHA
    be1cf68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e1d447 View commit details
    Browse the repository at this point in the history
  6. code review

    guipublic committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f9c2db8 View commit details
    Browse the repository at this point in the history
  7. code review

    guipublic committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ad51715 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Fix issue with array_len

    guipublic committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d58de5c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 15, 2023

  1. clarify comment

    guipublic committed May 15, 2023
    Configuration menu
    Copy the full SHA
    899df76 View commit details
    Browse the repository at this point in the history
  2. code review

    guipublic committed May 15, 2023
    Configuration menu
    Copy the full SHA
    dab6bb3 View commit details
    Browse the repository at this point in the history
  3. code review

    guipublic committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7be88eb View commit details
    Browse the repository at this point in the history
  4. Code review

    guipublic committed May 15, 2023
    Configuration menu
    Copy the full SHA
    075110d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    6ac418a View commit details
    Browse the repository at this point in the history
  2. Fix clippy error

    guipublic committed May 25, 2023
    Configuration menu
    Copy the full SHA
    dc0cf8f View commit details
    Browse the repository at this point in the history
  3. Code review

    guipublic committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3337cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab6a3f3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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

Commits on May 30, 2023

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

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    863f1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be7dc1 View commit details
    Browse the repository at this point in the history
  3. Use correct trace length

    guipublic committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    837798a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    150fe55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e376a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

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