Update of /cvsroot/monetdb/pathfinder/compiler/algebra/opt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4963
Modified Files:
opt_guide.c
Log Message:
- guide_steps implemented and merge of guide_steps
Index: opt_guide.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_guide.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- opt_guide.c 17 Jul 2007 13:18:19 -0000 1.5
+++ opt_guide.c 25 Jul 2007 12:25:54 -0000 1.6
@@ -160,7 +160,6 @@
opt_guide(PFla_op_t *n)
{
assert(n);
-
/* rewrite each node only once */
if(SEEN(n))
return;
@@ -201,7 +200,6 @@
n->sem.step.ty, count, guides, n->sem.step.level,
n->sem.step.iter, n->sem.step.item,
n->sem.step.item_res);
-
}
*n = *ret;
@@ -212,7 +210,6 @@
break;
}
-
/* merge 2 guide_step operator if possible */
merge_guide_steps(n);
@@ -226,6 +223,7 @@
PFla_op_t*
PFalgopt_guide(PFla_op_t *root, PFguide_tree_t *guide)
{
+ assert(guide);
PFprop_infer_guide(root, guide);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins