-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2037 re-walk-maps: refactor to share main walk with re-walk (#2887)
Refactors find_executable_vm_areas() to share its map entry skipping with the re-takeover re-walk from b06a702, but not its module list or executable area updates. This entry skipping for vmheap turns out to make a big performance difference when attaching. Removes individual updates to memcache for entries inside vmheap which were already bulk-added for the find_executable_vm_areas() walk. Issue: #2037
- Loading branch information
1 parent
ce3a9f4
commit 8471d5c
Showing
4 changed files
with
171 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.