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

Memory leak fixes, code reorg, plus a very WIP register VM #28

Merged
merged 12 commits into from
Mar 16, 2024

Commits on Dec 19, 2023

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

Commits on Dec 21, 2023

  1. wip

    rdunnington committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f108f32 View commit details
    Browse the repository at this point in the history
  2. fixup memory leaks

    rdunnington committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3584b92 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Dec 28, 2023

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

Commits on Jan 30, 2024

  1. wip

    rdunnington committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4c048de View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 5, 2024

  1. refine island approach

    rdunnington committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d7fb37c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    dacac35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fd4fa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Move stack vm specific code into its own file

    * This will enable users to select which VM they want to use, which will let us implement test suites for both the stack and upcoming register VMs.
    rdunnington committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    57d81f3 View commit details
    Browse the repository at this point in the history