Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31896
Modified Files:
Tag: XQuery_0-18
mil_opt.h
Log Message:
- reduce memory footprint of MIL dead-code eliminator by factor 32
Index: mil_opt.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/mil_opt.h,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- mil_opt.h 6 Jun 2007 16:18:11 -0000 1.23.2.1
+++ mil_opt.h 15 Jun 2007 12:35:24 -0000 1.23.2.2
@@ -47,7 +47,7 @@
#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_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 1024 /* 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