X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/094c97e3586d1703f0d01e539b2570b535ccbe2b..b880a837535ef519b9764936da2900b4b2a17e18:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 726c1838c5..19700f0481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,8 @@ SimGrid (3.6) unstable; urgency=low * 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. + * Allow to change the used context factory at run time, not only at + compilation time. Use --cfg=simix/context:raw for maximal speed. XBT * Add a new function xbt_dynar_to_array that transforms a dynar into a