X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c08a3a6311b30c8cc038bf2ce0abb096db37054..8f8883a78d93afcdca733415372f122e00a7fcdf:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index d8d60409eb..84754b0e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,13 +15,19 @@ SimGrid (3.0.1) unstable; urgency=low 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() --