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

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

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/08 - stmane: compiler/mil/milgen.brg,1.225
  propagated changes of Thursday Oct 08 2009
  from the Nov2009 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/10/08 - stmane: compiler/mil/milgen.brg,1.222.2.2
    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.215.2.9
retrieving revision 1.215.2.10
diff -u -d -r1.215.2.9 -r1.215.2.10
--- milgen.brg  7 Oct 2009 14:23:41 -0000       1.215.2.9
+++ milgen.brg  8 Oct 2009 17:18:11 -0000       1.215.2.10
@@ -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