Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28209/compiler/mil

Modified Files:
      Tag: Nov2009
        milgen.brg 
Log Message:
propagated changes of Thursday Oct 08 2009
from the Aug2009_NFI branch to the Nov2009 branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/08 - boncz: compiler/mil/milgen.brg,1.221.2.1.2.3
  last fixes made during the introduction of the NFI performance release at NFI
  - bugfix in generation of pf:text()
  - enable index heuristic in where clauses (..)
  - fix a recently introduced issue in the subexpression cache
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U milgen.brg
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.222.2.1
retrieving revision 1.222.2.2
diff -u -d -r1.222.2.1 -r1.222.2.2
--- milgen.brg  7 Oct 2009 13:47:48 -0000       1.222.2.1
+++ milgen.brg  8 Oct 2009 16:55:17 -0000       1.222.2.2
@@ -10915,7 +10915,7 @@
                            var (PF_MIL_VAR_WS),
                            VAR (L(p)->env, p->sem.vx_lookup.iter, aat_nat),
                            pre,
-                           p->sem.vx_lookup.id == la_dj_text ? 
+                           p->sem.vx_lookup.id ? 
                                 set_kind (pre_cont, var (PF_MIL_VAR_ELEM)):
                                 set_kind (pre_cont, var (PF_MIL_VAR_ATTR)),
                            VAR (L(p)->env, p->sem.vx_lookup.item, aat_str),
@@ -10923,8 +10923,7 @@
                            lit_str(p->sem.vx_lookup.loc1),
                            lit_str(p->sem.vx_lookup.ns2),
                            lit_str(p->sem.vx_lookup.loc2),
-                           p->sem.vx_lookup.id == la_dj_text ? lit_bit (false) 
:
-                                                             lit_bit (true))));
+                           p->sem.vx_lookup.id ? lit_bit (false) : lit_bit 
(true))));
 
             execute (
                 assgn (var (iter->name),


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to