Summary: | Memcheck has high false error rates on MSVC2013 compiled, optimised, code | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Julian Seward <jseward> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | austinenglish, cpigat242, mitchwharper |
Priority: | NOR | ||
Version: | 3.10 SVN | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | WIP patch, believed to be correct |
Description
Julian Seward
2015-02-20 12:38:42 UTC
Created attachment 91228 [details]
WIP patch, believed to be correct
Reduces false positive rate for me by about 2/3 on MSVC optimised code.
* CSE cleanups
* enable CSEing on loads
* the core XOR-AND-XOR transformation
(In reply to Julian Seward from comment #1) > WIP patch, believed to be correct Committed, r3097, but disabled. To enable, change if (0) to if (1) at line 6651. |