[Swift-commit] r2431 - trunk

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Jan 10 15:16:16 CST 2009


Author: benc
Date: 2009-01-10 15:16:16 -0600 (Sat, 10 Jan 2009)
New Revision: 2431

Modified:
   trunk/CHANGES.txt
Log:
CHANGE message for recent dataflow work

Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt	2009-01-10 21:06:18 UTC (rev 2430)
+++ trunk/CHANGES.txt	2009-01-10 21:16:16 UTC (rev 2431)
@@ -3,6 +3,13 @@
     is no longer shown. The progress ticker now appears more often.
     This should give a better overview of run progress.
 
+*** More parallelisation of execution, so that some constructs which should
+    have always work now actually work. For example, mappers can take
+    values as parameters which are not known "early" in a run, and will
+    have their initialisation deferred until those parameters are ready.
+    SwiftScript programs which previously worked should still work; and
+    some programs which did not previously work should now work.
+
 (11/11/08)
 *** Swift 0.7 built from Swift SVN r2318 and cog SVN r2255
 




More information about the Swift-commit mailing list