Update of /cvsroot/monetdb/MonetDB5/src/scheduler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15857/src/scheduler

Modified Files:
        mal_isolation.mx mal_scheduler.mx 
Log Message:
propagated changes of Sunday Feb 03 2008 - Friday Feb 08 2008
from the MonetDB_5-4 branch to the development trunk


Index: mal_scheduler.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/scheduler/mal_scheduler.mx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- mal_scheduler.mx    11 Jan 2008 10:41:40 -0000      1.23
+++ mal_scheduler.mx    8 Feb 2008 22:36:35 -0000       1.24
@@ -286,6 +286,7 @@
 [The current optimizer also generates a factory, that should be
 done here and upon explicit request]
 @c
[EMAIL PROTECTED]
 str
 RUNinline(MalBlkPtr mb, MalStkPtr stk, InstrPtr p)
 {

Index: mal_isolation.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/scheduler/mal_isolation.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mal_isolation.mx    11 Jan 2008 10:41:40 -0000      1.4
+++ mal_isolation.mx    8 Feb 2008 22:36:35 -0000       1.5
@@ -31,9 +31,10 @@
 Its lifetime then is identical to that of the main program call.
 
 The first example create a private copy, leaving out the scheduler call.
[EMAIL PROTECTED]
[EMAIL PROTECTED] 
[EMAIL PROTECTED]
 function f();
-       i{runonce, rows>4}:=1;  # just properties
+    [EMAIL PROTECTED], rows>[EMAIL PROTECTED]:=1;      # just properties
     mdb.list();
     io.print("start running\n");
     scheduler.isolation();
@@ -41,6 +42,7 @@
     mdb.list();
 end f;
 f(); #shows self-modification in action
+}
 @end example
 This function with its history remain available as long as f()
 is defined.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to