Author: larry
Date: Wed Mar 14 11:44:47 2007
New Revision: 14348

Modified:
   doc/trunk/design/syn/S09.pod

Log:
autoindexing should assume parallelizability (that's a hard word to type)


Modified: doc/trunk/design/syn/S09.pod
==============================================================================
--- doc/trunk/design/syn/S09.pod        (original)
+++ doc/trunk/design/syn/S09.pod        Wed Mar 14 11:44:47 2007
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 13 Sep 2004
-  Last Modified: 27 Jan 2007
+  Last Modified: 14 Mar 2007
   Number: 9
-  Version: 17
+  Version: 18
 
 =head1 Overview
 
@@ -692,7 +692,7 @@
 loop around the block of the closure that visits all the possible
 subscript values for that dimension (unless the parameter is actually
 supplied to the closure, in which case that is what is used as the
-slice subscript).
+slice subscript).  This implicit loop is assumed to be parallelizable.
 
 So to write a typical tensor multiplication:
 

Reply via email to