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

Modified Files:
        core2alg.brg 
Log Message:

completed and documented "guard against too dep recursion"


Index: core2alg.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/core2alg.brg,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- core2alg.brg        24 Jul 2007 15:08:17 -0000      1.54
+++ core2alg.brg        18 Aug 2007 23:59:48 -0000      1.55
@@ -397,6 +397,9 @@
     PFcnode_t    *kids[MAX_KIDS]; /* leaf nodes of this rule */
     bool          topdown;        /* is this a top-down rule? */
 
+    /* guard against too dep recursion */
+    PFrecursion_fence();
+
     assert(p);
 
     /* determine rule that matches for this non-terminal */


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