Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/lsan/
-
trunk/
-
lib/
-
lsan/
-
lsan_common_mac.cc
Hide Panel
f
Keyboard Reference
?
Differential
D32966
Avoid unnecessary calls to vm_region_recurse
Closed
Public
Authored by
fjricci
on May 8 2017, 7:17 AM.
Download Raw Diff
Details
Reviewers
alekseyshl
kubamracek
Commits
rG0f3d30960e0f: Avoid unnecessary calls to vm_region_recurse
rCRT302530: Avoid unnecessary calls to vm_region_recurse
rL302530: Avoid unnecessary calls to vm_region_recurse
Summary
This should significantly improve darwin lsan performance in cases where root regions are not used.
Diff Detail
Repository
rL LLVM
Event Timeline
fjricci
created this revision.
May 8 2017, 7:17 AM
alekseyshl
accepted this revision.
May 8 2017, 11:28 AM
This revision is now accepted and ready to land.
May 8 2017, 11:28 AM
Closed by commit
rL302530: Avoid unnecessary calls to vm_region_recurse
(authored by
fjricci
).
·
Explain Why
May 9 2017, 7:23 AM
This revision was automatically updated to reflect the committed changes.