[llvm-commits] [PATCH] poison freed memory in DenseMap.h

Daniel Dunbar daniel at zuster.org
Tue Jul 21 10:35:18 PDT 2009


Is there an easy way to do this more globally? I would support
enabling this globally in Debug (but not Release) mode, it increases
determinism across platforms, frequently small memory errors only show
up on one platform or another.

 - Daniel

2009/7/21 Török Edwin <edwintorok at gmail.com>:
> Hi,
>
> Attached patch helps finding bugs such as PR4575 in !NDEBUG mode,
> because it makes it reproducible.
>
> Ok to commit?
>
> Best regards,
> --Edwin
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>




More information about the llvm-commits mailing list