swift
af890f3c
- Improve the dump-arrays performance on Windows
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Improve the dump-arrays performance on Windows Use the HeapWalk API for heap iteration instead of the Heap32First/Next API, which was known to be slow. Since HeapWalk only works locally, it requires using a remote thread and a DLL.
References
#66973 - Improve the dump-arrays performance on Windows
Author
hjyamauchi
Committer
hjyamauchi
Parents
12ebe0aa
Loading