Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / ChangeLog
index 31e61b7..84754b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,13 +14,20 @@ SimGrid (3.0.1) unstable; urgency=low
       xbt_fifo_item_t xbt_fifo_get_next_item(xbt_fifo_item_t i);
       xbt_fifo_item_t xbt_fifo_get_prev_item(xbt_fifo_item_t i);
     [AL]
+  * Bugfix: really disconnect fifo items which are remove_item()ed [AL]
+  * Doc: xbt_log module unmercifully reworked [MQ]
   
   MSG:
   * Add addtionnal checkings on channel values in communicating functions.
 
-
-  Documentation improvements:
-  * xbt_log module unmercifully reworked [MQ]
+  GRAS:
+  * Actually implement gras_datadesc_copy() so that we don't have to mimick
+    RL communication on top of SG since it's so uneffective. 
+    It may also be used for inter-thread communication in RL, one day. [MQ]
+  * Use gras_datadesc_copy() to exchange messages on top of SG [MQ]
+    Allows to:
+    - improve message exchange performance on top of SG
+    - deprecate transport_plugin_sg.c:gras_trp_sg_chunk_send() & recv()
 
  --