Elektrine lite

← Feed

@JdeBP@mastodonapp.uk

Post #3804038

2026-07-07 21:31 UTC

@bytebro@mastodonapp.uk clang, not GCC. It does have a whole 'sanitization' system. I predict that it won't be any simpler for you than valgrind. (-: https://clang.llvm.org/docs/AddressSanitizer.html MSVC has a SAL system that can be useful for static, rather than runtime, checking of some stuff. https://learn.microsoft.com/en-gb/cpp/code-quality/understanding-sal My experience of valgrind is that it really really slows the program down, and generates tonnes of output that has to be sifted through. But there's no magic bullet that does away with that when one is debugging memory problems. #ComputerProgramming #clang #LLVM #MicrosoftVisualC

Replies (0)

No replies.