Update of /cvsroot/monetdb/pathfinder/compiler
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6108/compiler
Modified Files:
Tag: M5XQ
compile.c
Log Message:
propagated changes of Monday Jul 20 2009
from the development trunk to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/20 - sjoerd: compiler/compile.c,1.182
propagated changes of Tuesday Jul 14 2009 - Monday Jul 20 2009
from the May2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/14 - tsheyar: compiler/compile.c,1.177.2.2
-- Remove superfluous attach operators after constant optimizations.
(This fixes performance bug #2821251: 18 min -> 170 msec.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/17 - tsheyar: compiler/compile.c,1.177.2.3
-- Fix timing information for XML plan import.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.172.2.7
retrieving revision 1.172.2.8
diff -u -d -r1.172.2.7 -r1.172.2.8
--- compile.c 20 Jun 2009 09:48:42 -0000 1.172.2.7
+++ compile.c 20 Jul 2009 14:02:16 -0000 1.172.2.8
@@ -154,13 +154,13 @@
status->standoff_axis_steps = false;
- status->opt_alg = "OIKCG_VG_JIS_I_GECSVR_OK_N"
+ status->opt_alg = "OIKCG_VG_JIS_I_GECSVR_OIK_N"
"}MT{JISAI_GYECSVR_"
- "}MT{JISAI_OK_GYECSVR_"
+ "}MT{JISAI_OIK_GYECSVR_"
"DC_GP";
- status->opt_sql = "OIKCG_VG_JIS_I_GECSVR_OK_N"
+ status->opt_sql = "OIKCG_VG_JIS_I_GECSVR_OIK_N"
"QU_}MT{JISAI_GYECSVR_"
- "QU_}MT{JISAI_OK_GYECSVR_"
+ "QU_}MT{JISAI_OIK_GYECSVR_"
"QU_CGP";
status->format = NULL;
@@ -351,9 +351,11 @@
/*******************************************/
if (status->import_xml) {
- /* todo: init-stuff */
- /* e.g. qnameInit */
- /* e.g namespaceInit */
+ tm_first = tm = PFtimer_start ();
+
+ /* todo: init-stuff */
+ /* e.g. qnameInit */
+ /* e.g namespaceInit */
XML2LALGContext *ctx = PFxml2la_xml2lalgContext();
@@ -404,6 +406,11 @@
lapb = NULL;
}
+ tm = PFtimer_stop (tm);
+
+ if (status->timing)
+ PFlog ("XML algebra plan import:\t\t %s", PFtimer_str (tm));
+
goto AFTER_CORE2ALG;
}
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins