KindDragon/vld

VLD makes app launch extremely slow

Predelnik opened this issue · 0 comments

Due to 8010efe 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.