Changeset: 5389ee4026ed for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5389ee4026ed
Modified Files:
        monetdb5/modules/mal/language.mal
Branch: default
Log Message:

Add deblockdataflow signature


diffs (14 lines):

diff --git a/monetdb5/modules/mal/language.mal 
b/monetdb5/modules/mal/language.mal
--- a/monetdb5/modules/mal/language.mal
+++ b/monetdb5/modules/mal/language.mal
@@ -51,6 +51,10 @@ pattern pass(v:any_1)
 address MALpass
 comment "Cheap instruction to disgard storage while retaining the dataflow 
dependency";
 
+pattern block(v:int,w:any...):int
+address deblockdataflow
+comment "Block on availability of all variables w, and then pass on v";
+
 pattern register(m:str,f:str,code:str,help:str):void
 address CMDregisterFunction
 comment"Compile the code string to MAL and register it as a function.";
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to