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

Modified Files:
        main_sql.c 
Log Message:
-- Added node based properties that check (top-down) if ...

    ... the node may be used (indirectly) for serialization

    ... the node id may be used

    ... the node order may be used

    ... the node values may be accessed

    ... a downward axis is applied lateron
        (child, descendant, descendant-or-self)

    ... a side-way axis is applied lateron
        (following, following-sibling, preceding, preceding-sibling)

    ... an upward axis is applied lateron
        (parent, ancestor, ancestor-or-self)

    ... a self axis is applied lateron
        (self, ancestor-or-self, descendant-or-self)

    ... the node may be used as input to node construction

-- Exploited the node base property that checks for the downward axis
   property:
  
   For every content constructor whose input is not queried we can
   use the physical shallow content constructor that makes use of
   references instead of creating a subtree copy.

   (This sped up the execution time of XMark Q10 (scale factor 1)
    by 60% and the execution time of XMark Q15 by 150%.)


U main_sql.c
Index: main_sql.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main_sql.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- main_sql.c  25 Feb 2008 17:17:59 -0000      1.1
+++ main_sql.c  1 Apr 2008 16:37:10 -0000       1.2
@@ -334,6 +334,7 @@
                   false /* composite key */,
                   true  /* key */,
                   false /* ocols */, 
+                  true  /* req_node */,
                   false /* reqval */,
                   true  /* level */,
                   true  /* refctr */,


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to