Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get the good parts of the replay without stack into the regular replay
[simgrid.git] / ChangeLog
index 6723c58..b28bb47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 SimGrid (3.6) unstable; urgency=low
 
+ MSG
+ * Change the prototypes of action replay. Sorry for inconvenience,
+   but this is really more efficient this way.
+
  SURF
  * New model for multi-core CPUs. You can now use the core attribute to
    precise the number of cores of a host. This is a basic model. Every
@@ -17,6 +21,9 @@ SimGrid (3.6) unstable; urgency=low
 
  Simix
  * Completely rewrote this module to allow parallel execution.
+ * Introduce a new context factory "raw", highly inspirated from the
+   context factory, but using manually crafted functions in assembly to
+   do the work in an efficient manner.
 
  XBT
  * Add a new function xbt_dynar_to_array that transforms a dynar into a