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

Some minor optimizations #12685

Merged
merged 3 commits into from
Oct 4, 2022
Merged

Some minor optimizations #12685

merged 3 commits into from
Oct 4, 2022

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Sep 20, 2022

  • Don't refresh "No Thread" list in the RPCS3 debugger at a high rate because it wastes CPU time. This makes "No Thread" view nearly truly as optimized as if the debugger is completely disabled.
  • Optimize SPU DMA transfers a bit in non-TSX path.
  • Avoid using multi-variable atomic wait on cpu_thread::state wait, multi-variable waiting is slower and all the notifications we need go through cpu_thread::state already.

@Megamouse Megamouse added the Optimization Optimizes existing code label Sep 22, 2022
@Nekotekina Nekotekina merged commit d25d1ec into RPCS3:master Oct 4, 2022
@elad335 elad335 deleted the opt branch October 4, 2022 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization Optimizes existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants