Dolphin, the GameCube and Wii emulator - Forums

Full Version: condition_variable patches (possible speed improvement)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have replaced busy-waiting in two hotspots with condition_variable usage.
This may or may not affect performance and/or CPU usage.
I would like some feedback on how these changes affect Dolphin on your PC.

EFBAccess condition_variable patch: (please test Dual Core mode)
[attachment=5835]

DSP LLE condition_variable patch: (please test DSP LLE with DSP LLE on thread)
[attachment=5836]

Please tell me how speed and CPU usage were affected, and on which OS (also 32 vs 64bit).
does this efb access affect efb to ram in a positive manner?
(04-03-2011, 04:39 PM)Squall Leonhart Wrote: [ -> ]does this efb access affect efb to ram in a positive manner?

I'm asking you.
Billiard. you may want to upload a 32 and 64-bit build so that everyone can test this.
(04-03-2011, 04:39 PM)Squall Leonhart Wrote: [ -> ]does this efb access affect efb to ram in a positive manner?
no, totally unrelated...
(04-04-2011, 01:31 AM)NeoBrain Wrote: [ -> ]
(04-03-2011, 04:39 PM)Squall Leonhart Wrote: [ -> ]does this efb access affect efb to ram in a positive manner?
no, totally unrelated...

Sarcasm noted.
That wasn't sarcastic. EFB access is totally unrelated to efb copy to ram.
everything is connected.
can i ask question cause im just a noob where do i put this patch? can you tell me please?.
(04-04-2011, 05:14 AM)Squall Leonhart Wrote: [ -> ]Sarcasm noted.
(04-04-2011, 05:20 AM)NaturalViolence Wrote: [ -> ]That wasn't sarcastic. EFB access is totally unrelated to efb copy to ram.
What NV said Tongue
Pages: 1 2