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

SPMI: Hacky workaround for coredistools unsupported instructions #91668

Merged
merged 5 commits into from
Sep 13, 2023

Commits on Sep 6, 2023

  1. SPMI: Hacky workaround for coredistools unsupported instructions

    We currently are unable to get SPMI diffs for methods that use ldapur
    instructions as our current coredistools does not support this
    instruction. While we wait for coredistools to be updated (this was
    blocked on some C++ lib issues) here is a hacky temporary workaround for
    the problem. It rewrites ldapur* instructions into the corresponding
    ldur* instruction before passing it to the near differ.
    jakobbotsch committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    81124db View commit details
    Browse the repository at this point in the history
  2. Random JIT change

    jakobbotsch committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    593fb3a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Revert "Random JIT change"

    This reverts commit 593fb3a.
    jakobbotsch committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4e5a3aa View commit details
    Browse the repository at this point in the history
  2. Add stlur

    jakobbotsch committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3378e42 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    67047f7 View commit details
    Browse the repository at this point in the history