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

Modified Files:
        coreopt.brg simplify.brg 
Log Message:

completed and documented "guard against too dep recursion"


Index: simplify.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/core/simplify.brg,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- simplify.brg        24 Jul 2007 15:08:20 -0000      1.31
+++ simplify.brg        18 Aug 2007 23:59:50 -0000      1.32
@@ -416,6 +416,7 @@
 
     old_state_label = STATE_LABEL(p);
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     do {

Index: coreopt.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/core/coreopt.brg,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- coreopt.brg 27 Jul 2007 15:31:40 -0000      1.51
+++ coreopt.brg 18 Aug 2007 23:59:49 -0000      1.52
@@ -430,6 +430,7 @@
     bool          rewritten;
     short         old_state_label;
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     do {


-------------------------------------------------------------------------
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