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

Modified Files:
      Tag: GDK-2
        milgen.brg 
Log Message:
propagated changes of Saturday Aug 18 2007 - Tuesday Aug 21 2007
from the development trunk to the GDK-2 branch


Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.76
retrieving revision 1.76.2.1
diff -u -d -r1.76 -r1.76.2.1
--- milgen.brg  27 Jun 2007 13:46:42 -0000      1.76
+++ milgen.brg  21 Aug 2007 17:37:34 -0000      1.76.2.1
@@ -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