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

Refactor environment, exception handling and jumping in VM #3059

Merged
merged 16 commits into from
Jul 29, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    5f83866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a9c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf6a97 View commit details
    Browse the repository at this point in the history
  4. Update documentaion

    HalidOdat committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    19f09fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84db474 View commit details
    Browse the repository at this point in the history
  6. Simplify try compilation

    HalidOdat committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b53d9e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae7246d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e77f193 View commit details
    Browse the repository at this point in the history
  9. Run prettier

    HalidOdat committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5faf432 View commit details
    Browse the repository at this point in the history
  10. Remove redundant check for end of bytecode.

    We always emit a `Return` opcode at the end of a function, so this should never be reached.
    HalidOdat committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    878d867 View commit details
    Browse the repository at this point in the history
  11. Fix doc link

    HalidOdat committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    aba9ef2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0477962 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    HalidOdat committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ae27664 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47fe53c View commit details
    Browse the repository at this point in the history
  15. Fix typo

    HalidOdat committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ae13bb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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