diff options
| author | Mason Reed <mason@vector35.com> | 2025-04-01 01:03:56 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-04-02 05:36:54 -0400 |
| commit | e1b164fa2bd10d5662c65ed930416d2f911c12e1 (patch) | |
| tree | 52edee3d42e0f414b4553145b523b3345f2665a4 /view/sharedcache/core/VirtualMemory.h | |
| parent | 7d8fab3ca667ea727becce31ce605d932c8784ed (diff) | |
[SharedCache] Fix some bugs
Diffstat (limited to 'view/sharedcache/core/VirtualMemory.h')
| -rw-r--r-- | view/sharedcache/core/VirtualMemory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/core/VirtualMemory.h b/view/sharedcache/core/VirtualMemory.h index fb00ebaf..43a9acb4 100644 --- a/view/sharedcache/core/VirtualMemory.h +++ b/view/sharedcache/core/VirtualMemory.h @@ -55,6 +55,7 @@ public: bool IsAddressMapped(uint64_t address); + // TODO: Bulk pointer writes here would alleviate a lot of the time spent in the slide info processor. // Write a pointer at a given address. This pointer will be persisted // for a given `VirtualMemoryRegion` region, unlike using the MappedFileAccessor directly. // The persistence is provided through the WeakFileAccessor itself and thus is unique to the construction. |
