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

Represent mixed records as "faux mixed blocks" in bytecode #2476

Merged
merged 7 commits into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. Runtime 4

    ncik-roberts committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8f58024 View commit details
    Browse the repository at this point in the history
  2. Runtime 5

    ncik-roberts committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d862e51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d24a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54a8e78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b96322 View commit details
    Browse the repository at this point in the history
  6. make boot

    ncik-roberts committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7db34ae View commit details
    Browse the repository at this point in the history
  7. Fix classification of interp.c in upstream Makefile

    Previously, `interp.c` was classified as both a C source common to
    native/bytecode AND a C source that was only needed in bytecode.
    This is clearly confusing and wrong. Upstream just classifies it
    as a bytecode-only C source. The build passes if I change that.
    I'll check with Mark before I merge this.
    ncik-roberts committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    081db9a View commit details
    Browse the repository at this point in the history