|
From: <sv...@va...> - 2014-06-16 21:26:32
|
Author: philippe
Date: Mon Jun 16 21:26:24 2014
New Revision: 14048
Log:
Refine NEWS entry for helgrind Ada tasks intercepts
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jun 16 21:26:24 2014
@@ -19,7 +19,9 @@
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:
|