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

Optimize Baseline interpreter by using padded code #315

Merged
merged 4 commits into from
Jun 4, 2021

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    8c6c3cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd43701 View commit details
    Browse the repository at this point in the history
  3. baseline: Use "infinite" interpreter loop

    Guaranteed to terminate because padded code ends with STOP.
    chfast committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    5d7cade View commit details
    Browse the repository at this point in the history
  4. baseline: Do not check for out-of-buffer push load

    This cannot overflow code buffer because code ends with valid STOP
    instruction.
    chfast committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    6538e6a View commit details
    Browse the repository at this point in the history