Bug 370941 - Investigate using new VG_(HT_remove_at_Iter)() at other places in memcheck
Summary: Investigate using new VG_(HT_remove_at_Iter)() at other places in memcheck
Status: RESOLVED NOT A BUG
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.12 SVN
Platform: Compiled Sources All
: NOR normal
Target Milestone: ---
Assignee: Ivo Raisr
URL:
Keywords:
Depends on: 369468
Blocks:
  Show dependency treegraph
 
Reported: 2016-10-16 08:11 UTC by Ivo Raisr
Modified: 2016-10-17 20:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Raisr 2016-10-16 08:11:41 UTC
Now we have efficient implementation of VG_(HT_remove_at_Iter)().
It allows to continue iterating over elements even after removing the current one.
Previously, this was not possible and the iteration had to be reset.

Investigate if VG_(HT_remove_at_Iter)() can be used in other places in memcheck and what would be the performance benefits.
Comment 1 Ivo Raisr 2016-10-17 20:51:07 UTC
There are no such other places in all Valgrind tools.