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

Modified Files:
      Tag: XQuery_0-18
        mil_opt.h 
Log Message:
- now that I think of it, reduce by a further factor 16 (256KB)



Index: mil_opt.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil_opt.h,v
retrieving revision 1.23.2.2
retrieving revision 1.23.2.3
diff -u -d -r1.23.2.2 -r1.23.2.3
--- mil_opt.h   15 Jun 2007 12:35:24 -0000      1.23.2.2
+++ mil_opt.h   15 Jun 2007 12:45:48 -0000      1.23.2.3
@@ -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 1024  /* 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