History log of /external/valgrind/memcheck/tests/pdb-realloc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
869318216bce342463172eab4143b03388734b71 24-Jun-2014 florian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9> According to Julian initialising the previously uninitialised variable
won't affect the test adversely -- so let's do this and get rid of
the special compilation again. Also guard against future compiler smartness
tricking the compiler into believing the variable is actually used.
So the loop won't get optimised away.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14094 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/pdb-realloc.c
e5b662b0c62fe832183171ead0ada23b74483a32 02-May-2006 sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> Get rid of executable permissions on C source file.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5874 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/pdb-realloc.c
1d0825ff46d57f0ce83c3fa88538a42f67022eee 27-Mar-2006 njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> Merge in the COMPVBITS branch to the trunk. This is a big change to
Memcheck, replacing the 9-bits-per-byte shadow memory representation to a
2-bits-per-byte representation (with possibly a little more on the side) by
taking advantage of the fact that extremely few memory bytes are partially
defined.

For the SPEC2k benchmarks with "test" inputs, this speeds up Memcheck by a
(geometric mean) factor of 1.20, and reduces the size of shadow memory by a
(geometric mean) factor of 4.26.

At the same time, Addrcheck is removed. It hadn't worked for quite some
time, and with these improvements in Memcheck its raisons-d'etre have
shrivelled so much that it's not worth the effort to keep around. Hooray!

Nb: this code hasn't been tested on PPC. If things go wrong, look first in
the fast stack-handling functions (eg. mc_new_mem_stack_160,
MC_(helperc_MAKE_STACK_UNINIT)).


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5791 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/memcheck/tests/pdb-realloc.c