ppsspp-0004: sceKernelLockMutex/CB and sceKernelLockLwMutex/CB (4 sites) scan mutex->waitingThreads vector with std::find before push_back -- O(W) per lock attempt. Fix: parallel unordered_set for O(1) dedup. Unit test extended to cover ppsspp-0004; all 8/8 PASS (ratios 5-27x). |
||
|---|---|---|
| .. | ||
| ppsspp-0001-kernel-thread-waitingThreads-dedup.patch | ||
| ppsspp-0002-kernel-semaphore-waitingThreads-dedup.patch | ||
| ppsspp-0003-irjit-bypage-block-removal.patch | ||
| ppsspp-0004-kernel-mutex-waitingThreads-dedup.patch | ||