Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29080/compiler/mil

Modified Files:
        mil_dce.c 
Log Message:
propagated changes of Sunday Nov 22 2009 - Saturday Nov 28 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/22 - stmane: compiler/mil/mil_dce.c,1.30.2.3
  
  some more defensive checks
  for recusions running out of stack space
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: mil_dce.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/mil_dce.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- mil_dce.c   5 Oct 2009 09:39:01 -0000       1.32
+++ mil_dce.c   28 Nov 2009 19:58:09 -0000      1.33
@@ -88,6 +88,8 @@
     /* new node, replacing this expression node. */
     PFmil_t *new_op = PFmil_nop();
 
+    PFrecursion_fence ();
+
     for (unsigned int i = 0; i < MIL_MAXCHILD && root->child[i] != NULL; i++) {
 
         PFmil_t *param_op


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to