summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MachO.cpp
AgeCommit message (Collapse)Author
2025-04-06[SharedCache] Prevent some unneeded copies when processingMason Reed
Also swapped out CacheEntry::m_images to a vector as its never actually used as a lookup
2025-04-02[SharedCache] Refactor Shared CacheMason Reed
In absence of a better name, this commit refactors the shared cache code.