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

Jit64: Make register caches not rely on the global jit variable #4535

Merged
merged 8 commits into from
Jan 1, 2017

Commits on Dec 28, 2016

  1. JitRegCache: Separate FPURegCache and GPRRegCache into their own files

    Keeps them separated from one another and makes it less annoying to find
    member functions (which were previously spread out all over the place).
    lioncash committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    1a34376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1fc694 View commit details
    Browse the repository at this point in the history
  3. JitRegCache: Move implementation details into the cpp file where appl…

    …icable
    
    Any future changes to these register cache functions won't require everything that includes the register cache header to also be recompiled.
    lioncash committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    41d47dd View commit details
    Browse the repository at this point in the history
  4. JitRegCache: Remove unused Flush function

    This was kind of a pointless function, considering the parameter wasn't
    used at all, so the other Flush() function could have been just directly
    used instead.
    lioncash committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    b629eb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae23fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e291e8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ece485 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    407f3af View commit details
    Browse the repository at this point in the history