mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
vm: improve range_lock and shareable cache (Non-TSX)
Allocate "personal" range lock variable for each spu_thread. Switch from reservation_lock to range lock for all stores. Detect actual memory mirrors in shareable cache setup logic.
This commit is contained in:
parent
6806e3d5c7
commit
4966f6de73
5 changed files with 343 additions and 212 deletions
|
@ -81,5 +81,8 @@ namespace utils
|
|||
{
|
||||
return m_flags;
|
||||
}
|
||||
|
||||
// Another userdata
|
||||
u64 info = 0;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue