From e1b164fa2bd10d5662c65ed930416d2f911c12e1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 1 Apr 2025 01:03:56 -0400 Subject: [SharedCache] Fix some bugs --- view/sharedcache/core/VirtualMemory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'view/sharedcache/core/VirtualMemory.h') 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. -- cgit v1.3.1