summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/VirtualMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/VirtualMemory.h')
-rw-r--r--view/sharedcache/core/VirtualMemory.h1
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.