Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14315/pathfinder/compiler/mil

Modified Files:
        milgen.brg 
Log Message:

completed and documented "guard against too dep recursion"


Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- milgen.brg  27 Jun 2007 13:46:42 -0000      1.76
+++ milgen.brg  18 Aug 2007 23:59:50 -0000      1.77
@@ -632,6 +632,7 @@
     /* determine rule that matches for this non-terminal */
     rule = PFmilgen_rule (STATE_LABEL (p), goalnt);
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     /* PFinfo (OOPS_NOTICE, "match for rule %i", rule); */
@@ -716,6 +717,7 @@
     if (p->env)
         return;
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     p->env = new_env ();
@@ -877,6 +879,7 @@
                 "cannot cope with function reduce2 "
                 "as long as reduce1 was not called.");
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     /* determine rule that matches for this non-terminal */
@@ -985,6 +988,7 @@
                 "cannot cope with function reduce3 "
                 "as long as reduce1 was not called.");
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     /* determine rule that matches for this non-terminal */
@@ -1076,6 +1080,7 @@
     /* PFinfo (OOPS_NOTICE, "match for rule %i", rule); */
     assert(rule);
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     /* initialize the kids[] vector */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to