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

Vm reorg #3

Merged
merged 4 commits into from
Jul 3, 2024
Merged

Vm reorg #3

merged 4 commits into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. Move shared VM code into shared system

    Reduces code duplication. I still don't think this is very artful
    but it's better than having a bunch of huge local functions.
    Bike committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    dc5ed14 View commit details
    Browse the repository at this point in the history
  2. Improve some type declarations & optimize cross VM

    This is enough to shut up SBCL. I haven't actually tested for any
    performance gain, and in any case suspect that there are lower
    hanging fruit in the actual instruction design (e.g. the treatment
    of multiple values).
    Bike committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    76b9fce View commit details
    Browse the repository at this point in the history
  3. Define timeout mechanism

    This may be useful when using Maclina as a sandbox.
    Bike committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    db37cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59429a2 View commit details
    Browse the repository at this point in the history