mirror of
https://github.com/KytyPS5/KytyPS5.git
synced 2026-08-03 11:23:49 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d230abf5e | ||
|
|
5557080c45 |
@@ -105,7 +105,8 @@ private:
|
||||
};
|
||||
|
||||
// Inline owner storage for page-table entries. Texture pages normally have only a
|
||||
// handful of owners, so avoid a heap allocation on the first 16 registrations.
|
||||
// handful of owners, so avoid a heap allocation on the first 16 registrations as
|
||||
// shadPS4 does with boost::container::small_vector<ImageId, 16>.
|
||||
//
|
||||
// Owners are packed into live uint64_t objects instead of being constructed in
|
||||
// raw storage. This keeps sparse bucket construction cheap without relying on
|
||||
|
||||
Reference in New Issue
Block a user