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

Use rr-safe nopl; rdtsc sequence #50975

Merged
merged 1 commit into from
Aug 20, 2023
Merged

Use rr-safe nopl; rdtsc sequence #50975

merged 1 commit into from
Aug 20, 2023

Commits on Aug 19, 2023

  1. Use rr-safe nopl; rdtsc sequence

    When running under `rr`, it needs to patch out `rdtsc` to record the values returned.
    If this is not possible, `rr` falls back to an expensive signal-based emulation.
    As of rr master, a specific `nopl; rdtsc` sequence may be used to guarantee that
    `rdtsc` patching is always possible. Use this sequence for uses of rdtsc in our
    runtime.
    Keno committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a1ffb70 View commit details
    Browse the repository at this point in the history