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

Streamline append VM implementation #1646

Merged
merged 8 commits into from
Nov 2, 2024
Merged

Commits on Oct 31, 2024

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

    wycats committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cc00db4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Checkpoint

    wycats committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9b4db54 View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    wycats committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fe33dda View commit details
    Browse the repository at this point in the history
  3. Checkpoint

    wycats committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    165652d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Fix lint and tsc

    wycats committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    88e3f62 View commit details
    Browse the repository at this point in the history
  2. Rename Stack

    The fact that the build was conflating two unrelated Stack types is a
    bug, and we'll fix it by using the standard rollup plugin soon.
    
    For now, we're going to work around it by renaming the internal Stack
    type in VM to VmStack.
    wycats committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    36d541c View commit details
    Browse the repository at this point in the history
  3. More bench fixes

    wycats committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c72b394 View commit details
    Browse the repository at this point in the history