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

wasmi_v1: improve instruction scheduler #376

Merged
merged 11 commits into from
Jul 13, 2022

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    2a47c1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af1e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c948d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64ccde4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7a29a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4634231 View commit details
    Browse the repository at this point in the history
  7. some minor clean-ups

    Robbepop committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    06ce918 View commit details
    Browse the repository at this point in the history
  8. use core::hint::unreachable instead of unreachable!() in --release mode

    This is used in the interpreter hot path and results in roughly 5-15% performance improvement across the board for nearly all execution benchmarks.
    Robbepop committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c2884fa View commit details
    Browse the repository at this point in the history
  9. fix docs

    Robbepop committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    75d8603 View commit details
    Browse the repository at this point in the history
  10. inline pc into execution context

    This shows performance improvements for most benchmarks in the range of 10-20%!
    Robbepop committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    20867a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. remove commented out code

    Robbepop committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    cb92388 View commit details
    Browse the repository at this point in the history