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

Modified Files:
        mil_opt.h 
Log Message:
propagated changes of Wednesday Jun 13 2007 - Friday Jun 15 2007
from the XQuery_0-18 branch to the development trunk


Index: mil_opt.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil_opt.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- mil_opt.h   6 Jun 2007 20:19:26 -0000       1.24
+++ mil_opt.h   15 Jun 2007 14:41:29 -0000      1.25
@@ -45,9 +45,9 @@
  */
 
 #define OPT_STMTS 32767 /* <65535 if first-use further out than this amount of 
stamements, dead codes survises anyhow */
-#define OPT_VARS 1024 /* don't try dead code elimintation above this amount of 
live variables */
+#define OPT_VARS 256 /* don't try dead code elimintation above this amount of 
live variables */
 #define OPT_REFS 63 /* keep track of usage dependencies; may omit some, which 
results in surviving dead code */
-#define OPT_CONDS 32767  /* maximum if-nesting */
+#define OPT_CONDS 256  /* maximum if-nesting */
 
 #define OPT_SEC_PROLOGUE 0
 #define OPT_SEC_QUERY 1


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to