Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/optimizer opt_accumulators.mx, Feb2009, 1.32, 1.32.2.1 opt_aliases.mx, Feb2009, 1.24, 1.24.2.1 opt_coercion.mx, Feb2009, 1.14, 1.14.2.1 opt_commonTerms.mx, Feb2009, 1.49, 1.49.2.1 opt_costModel.mx, Feb2009, 1.39, 1.39.2.1 opt_dataflow.mx, Feb2009, 1.21, 1.21.2.1 opt_deadcode.mx, Feb2009, 1.40, 1.40.2.1 opt_emptySet.mx, Feb2009, 1.54, 1.54.2.1 opt_evaluate.mx, Feb2009, 1.22, 1.22.2.1 opt_garbageCollector.mx, Feb2009, 1.45.2.2, 1.45.2.3 opt_history.mx,
On Wed, Feb 25, 2009 at 02:19:44PM +0000, Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/optimizer In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25174
Modified Files: Tag: Feb2009 opt_accumulators.mx opt_aliases.mx opt_coercion.mx opt_commonTerms.mx opt_costModel.mx opt_dataflow.mx opt_deadcode.mx opt_emptySet.mx opt_evaluate.mx opt_garbageCollector.mx opt_history.mx opt_inline.mx opt_joinpath.mx opt_mergetable.mx opt_mitosis.mx opt_multiplex.mx opt_prelude.mx opt_reduce.mx opt_remap.mx optimizer.mx Log Message: Give a summary of the optimizer decisions and effects when --optimizers is used.
[...]
U opt_commonTerms.mx Index: opt_commonTerms.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/opt_commonTerms.mx,v retrieving revision 1.49 retrieving revision 1.49.2.1 diff -u -d -r1.49 -r1.49.2.1 --- opt_commonTerms.mx 27 Jan 2009 22:29:48 -0000 1.49 +++ opt_commonTerms.mx 25 Feb 2009 14:19:41 -0000 1.49.2.1 @@ -244,6 +244,9 @@ if( old[i]) freeInstruction(old[i]); GDKfree(old); + PROPDEBUG
^^^^ shouldn't this one read "OPTDEBUG" ? Stefan
+ if (actions) + stream_printf(cntxt->fdout,"#opt_commonTerms: %d statemtents catched\n",actions); return actions; }
[...] -- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (1)
-
Stefan Manegold