[Swift-commit] r2843 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Apr 8 07:28:00 CDT 2009
Author: benc
Date: 2009-04-08 07:27:56 -0500 (Wed, 08 Apr 2009)
New Revision: 2843
Modified:
trunk/docs/userguide.xml
Log:
userguide doc for foreach.max.threads
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-04-08 12:27:07 UTC (rev 2842)
+++ trunk/docs/userguide.xml 2009-04-08 12:27:56 UTC (rev 2843)
@@ -2326,6 +2326,26 @@
</listitem>
</varlistentry>
+
+ <varlistentry id="property.foreach.max.threads">
+ <term>foreach.max.threads</term>
+ <listitem>
+ <para>
+ Valid values: positive integers
+ </para>
+ <para>
+ Default value: 1024
+ </para>
+ <para>
+Limits the number of concurrent iterations that each foreach statement
+can have at one time. This conserves memory for swift programs that
+have large numbers of iterations (which would otherwise all be executed
+in parallel). (since Swift 0.9)
+ </para>
+ </listitem>
+ </varlistentry>
+
+
<varlistentry>
<term>
<property>ip.address</property>
More information about the Swift-commit
mailing list