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

perf: cache decoded instructions #944

Merged
merged 1 commit into from
May 5, 2023
Merged

perf: cache decoded instructions #944

merged 1 commit into from
May 5, 2023

Commits on May 4, 2023

  1. perf: cache decoded instructions

    Decoding instructions (including fetching from memory, converting them
    to `u64` and later on parsing them) takes up a significant portion of
    time spent executing the main loop. Caching them as they get decoded
    alleviates it, reducing runtime in proof mode benchmarks up to 9%.
    Oppen committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f12f2d2 View commit details
    Browse the repository at this point in the history