]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Allow garbage collection of the LAOG data structure(s). This avoids
authorJulian Seward <jseward@acm.org>
Sat, 22 Oct 2011 19:29:51 +0000 (19:29 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 22 Oct 2011 19:29:51 +0000 (19:29 +0000)
commitf552193183bf6f297ba811a0d348b86369ade098
tree0071d2450725329b0ba2e4a76e857664c9722454
parent25c42056c0c9579761b99acbe2a551c3a8f90d87
Allow garbage collection of the LAOG data structure(s).  This avoids
quadratic growth on some apparently simple test cases.  Fixes #267925.
(Philippe Waroquiers, philippe.waroquiers@skynet.be)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12201
helgrind/hg_main.c
helgrind/hg_wordset.c
helgrind/hg_wordset.h
helgrind/tests/Makefile.am
helgrind/tests/t2t.c [new file with mode: 0644]
helgrind/tests/t2t_laog.stderr.exp [new file with mode: 0644]
helgrind/tests/t2t_laog.stdout.exp [new file with mode: 0644]
helgrind/tests/t2t_laog.vgtest [new file with mode: 0644]