Bug 370941

Summary: Investigate using new VG_(HT_remove_at_Iter)() at other places in memcheck
Product: [Developer tools] valgrind Reporter: Ivo Raisr <ivosh>
Component: memcheckAssignee: Ivo Raisr <ivosh>
Status: RESOLVED NOT A BUG    
Severity: normal CC: ivosh
Priority: NOR    
Version: 3.12 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: All   
Latest Commit: Version Fixed In:
Bug Depends on: 369468    
Bug Blocks:    

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.