KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 316 forks source link

VLD makes app launch extremely slow #33

Open Predelnik opened 6 years ago

Predelnik commented 6 years ago

Due to 8010efe514a6fb181eaa6666596687fbf665d028 starting program becomes incredibly slow. My program spends several minutes in CaptureContext::IsExcludedModule, the time is taken by VirtualQuery function which is called by GetCallingModule. I think in current state it's unacceptable and should be fixed.