История изменений
Исправление red75prim, (текущая версия) :
https://clang.llvm.org/docs/AddressSanitizer.html
Typical slowdown introduced by AddressSanitizer is 2x.
AddressSanitizer uses more real memory than a native run. Exact overhead depends on the allocations sizes. The smaller the allocations you make the bigger the overhead is.
AddressSanitizer uses more stack memory. We have seen up to 3x increase.
On 64-bit platforms AddressSanitizer maps (but not reserves) 16+ Terabytes of virtual address space. This means that tools like ulimit may not work as usually expected.
Static linking of executables is not supported.
Получайте.
Исходная версия red75prim, :
https://clang.llvm.org/docs/AddressSanitizer.html
Typical slowdown introduced by AddressSanitizer is 2x.
Получайте.