]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Refine NEWS entry for helgrind Ada tasks intercepts
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 16 Jun 2014 21:26:24 +0000 (21:26 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 16 Jun 2014 21:26:24 +0000 (21:26 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14048

NEWS

diff --git a/NEWS b/NEWS
index 1c746fc728898349edd151125c8611ff0ebad0a7..6c2cac107154a72e36dc02810f8b1cbb1b84f0af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,9 @@ Release 3.10.0 (?? ?????? 201?)
     the list of locks, their location, and their status.
   - Helgrind now understands the Ada task termination rules
     and creates a 'H-B relationship' between a terminated task and
-    its master. This only works with gnatpro >= 7.3.0w-20140611
+    its master. This avoids some false positive and avoids big
+    memory usage when a lot of Ada tasks are created and terminated.
+    The interceptions are only activated with gnatpro >= 7.3.0w-20140611
     or gcc >= ????? (TBD: check when changes pushed to FSF gcc).
 
 * Callgrind: