]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Improve the implementation of expensiveCmpEQorNE.
authorJulian Seward <jseward@acm.org>
Thu, 31 Aug 2017 09:11:25 +0000 (11:11 +0200)
committerJulian Seward <jseward@acm.org>
Thu, 31 Aug 2017 09:11:25 +0000 (11:11 +0200)
commit5cc18ff30bcf951201a4e1d8058a7b215367351d
tree9835d5d84490411ea02cfb8b9c222d63fe6b1d89
parent4c8c3af18adc0a202d0e342b8ca3731a5b724a1d
Improve the implementation of expensiveCmpEQorNE.

.. so that the code it creates runs in approximately half the time it did
before.  This is in support of making the cost of expensive (exactly)
integer EQ/NE as low as possible, since the day will soon come when we'll
need to enable this by default.
memcheck/mc_translate.c