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

Modified Files:
      Tag: XQFT
        mil_dce.c 
Log Message:
propagated changes of Saturday Nov 28 2009
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/28 - stmane: compiler/mil/mil_dce.c,1.33
  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.32.2.1
diff -u -d -r1.32 -r1.32.2.1
--- mil_dce.c   5 Oct 2009 09:39:01 -0000       1.32
+++ mil_dce.c   28 Nov 2009 20:27:47 -0000      1.32.2.1
@@ -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