Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18802

Modified Files:
        pftijah.mx 
Log Message:
- testset fixes

- Reset bsearch inplace computations. Pftijah HEAD is now a little bit slower
  than necessary. Awaiting Henning's power updates.



Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- pftijah.mx  14 Jun 2007 07:56:54 -0000      1.141
+++ pftijah.mx  14 Jun 2007 08:32:36 -0000      1.142
@@ -3534,7 +3534,17 @@
  * In-place synchronized oid computation experiment by Henning and Jan
  *
  */
+
+
 #define FIND_OID(FOID,BBAT,BSIZE,BPTR,BTAIL) \
+        (void)try_bun; \
+        (void)try_maxbun; \
+        (void)try_oid; \
+        do { \
+                BPTR += BSIZE; \
+        } while ( (BPTR < BTAIL) && ((*(oid*)BUNhead(BBAT,BPTR))<FOID) );
+
+#define FIND_OID_BSEARCH(FOID,BBAT,BSIZE,BPTR,BTAIL) \
         BPTR += BSIZE; \
         try_maxbun = BTAIL; \
         try_bun = BPTR + (((int)(try_maxbun-BPTR)/BSIZE)/2)*BSIZE; \


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to