From: mquinson Date: Mon, 5 Sep 2005 22:01:36 +0000 (+0000) Subject: Use gras_datadesc_copy() to exchange messages on top of SG X-Git-Tag: v3.3~3674 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/612bd419ef1c191a799e03b7b1cc5fad8f5d5982 Use gras_datadesc_copy() to exchange messages on top of SG git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1683 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index a97a8a038f..891553cb92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,10 @@ SimGrid (3.0.1) unstable; urgency=low * 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() Documentation improvements: * xbt_log module unmercifully reworked [MQ]