From 40d4b9b078d3dcd6f7654df6417db684ad8eb83d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 3 Feb 2012 18:22:30 +0100 Subject: [PATCH 1/1] document my ongoing changes. Not everything of it were implemented yet, but nothing writen in ChangeLog is really wrong. Even right now --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3b166f891..e26c8e29ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,6 +67,16 @@ SimGrid (3.7) NOT RELEASED; urgency=low create homogeneous dictionaries, where all the elements share the same free function. Non homogeneous dictionnaries will be deprecated in the next release. + * mmalloc module: + - cleanups and simplifications to make it maintainable again + - exotic features (such as memalign and valloc) were removed + - The metadata were extended and improved so that the + model-checker becomes able to explore and inspect the heaps. + - This may induce a performance drop when enable_model-checking is + ON in cmake (even if it's not used in the simulation), but it is + necessary at this point to get MC working. + + Turn model-checking OFF if simulation performance matters to you. -- $date Da SimGrid team -- 2.20.1