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

Lightweight putllc() for non-TSX if no data changed #6928

Merged
merged 1 commit into from
Nov 19, 2019
Merged

Lightweight putllc() for non-TSX if no data changed #6928

merged 1 commit into from
Nov 19, 2019

Commits on Nov 1, 2019

  1. Lightweight putllc() for non-TSX if no data changed

    This replaces the totally messed up PR #6728
    
    Some games make heavy use of getllar() & putllc() without even changing data.
    In this case avoid unneccesary heavy locking of the PPU threads on non-TSX
    hosts.
    plappermaul committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    a6ce049 View commit details
    Browse the repository at this point in the history