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

DolphinQt: JIT Widget Refresh #12714

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2024

  1. JitCache: Add WipeBlockProfilingData Function

    Accessible from DolphinQt and Android.
    mitaclaw committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d1e8237 View commit details
    Browse the repository at this point in the history
  2. Externals: Update rangeset

    I added a new `get_stats` member function to the upstream for use in the JIT Widget Refresh.
    mitaclaw committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1f0bcf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    d9be961 View commit details
    Browse the repository at this point in the history
  2. JITs: Outline FreeRanges Function

    As I have done for Cached Interpreter 2.0
    mitaclaw committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    cd1f94c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a38a78 View commit details
    Browse the repository at this point in the history
  4. JITs: Add GetMemoryStats Function

    Using the updated rangeset library
    mitaclaw committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    e7fd194 View commit details
    Browse the repository at this point in the history
  5. DolphinQt: JIT Widget Refresh

    Fulfilling a certain six-year-old todo.
    mitaclaw committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5e6dcc5 View commit details
    Browse the repository at this point in the history
  6. JITs: Revamp LogGeneratedX86

    Debug logging of recompiled code is now a feature of all three JITs.
    mitaclaw committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7f78a4d View commit details
    Browse the repository at this point in the history