Just curious to know what everyone is using to track down memory stomps and fragmentation issues. My current team has virtually nothing for advanced memory debugging and its quite frustrating. Just on ...
I have a program which produces differing behavior depending on the compiler optimization level. It works fine at -O0, and anything above it, even -O1, produces incorrect results. For the higher ...