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

Modified Files:
        coreopt.brg 
Log Message:
-- Made Core optimization for path steps less aggressive
   (-- still too much steps got pruned).


U coreopt.brg
Index: coreopt.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/core/coreopt.brg,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- coreopt.brg 28 Mar 2008 13:27:06 -0000      1.64
+++ coreopt.brg 28 Mar 2008 16:17:19 -0000      1.65
@@ -1388,7 +1388,7 @@
                  PFty_subtype (TY(R(p)),
                                PFty_star (PFty_xs_anyAttribute ())) &&
                  /* expected is neither type node()* */
-                 !PFty_subtype (PFty_star (PFty_xs_anyNode ()),
+                 !PFty_subtype (PFty_xs_anyNode (),
                                 TY(L(p))) &&
                  /* nor type attribute()* */
                  !PFty_subtype (TY(L(p)),


-------------------------------------------------------------------------
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