On amd64, use by default the expensive instrumentation scheme for Iop_Add32.
commit913ed1fa179710ada662fbaa84282e5dadd393d1
authorJulian Seward <jseward@acm.org>
Sat, 19 Sep 2020 10:09:54 +0000 (19 12:09 +0200)
committerJulian Seward <jseward@acm.org>
Sat, 19 Sep 2020 10:11:43 +0000 (19 12:11 +0200)
tree6917670359572a9c78505afdf5f7c05597781831
parent92eec784a3f1863397ec00d333d16469795627bf
On amd64, use by default the expensive instrumentation scheme for Iop_Add32.

This is necessary to avoid some false positives in code compiled by clang 10
at -O2.  Some very crude measurements suggest the increase in generated code
size is around 0.2%, viz, insignificant.
memcheck/mc_translate.c