Changeset: be0069010ed1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=be0069010ed1
Modified Files:
monetdb5/extras/crackers/crackers_core_unordered.mx
Branch: holindex
Log Message:
crackers_core_unordered.mx: added some comments
diffs (19 lines):
diff --git a/monetdb5/extras/crackers/crackers_core_unordered.mx
b/monetdb5/extras/crackers/crackers_core_unordered.mx
--- a/monetdb5/extras/crackers/crackers_core_unordered.mx
+++ b/monetdb5/extras/crackers/crackers_core_unordered.mx
@@ -519,6 +519,7 @@ CRKcrackUnorderedZero_@2_@1_STx ( const
, "se"
#endif
);
+ /* pivot: turn first of right piece into last of left piece (if
possible) */
*pos = (oid) (pos_r == 0 ? 0 : pos_r - 1);
#ifdef CRACK_MUTLI_THREAD_DEBUG
@@ -808,6 +809,7 @@ CRKcrackUnorderedZero_@2_@1_MT ( const B
if (!(src_t[l] @8 mval))
fprintf(stderr,"d "BUNFMT": %d !@8
%d\n",l,(int)src_t[l],(int)mval);
#endif
+ /* pivot: turn first of right piece into last of left piece (if
possible) */
*pos = (oid) (f == 0 ? 0 : f - 1);
#ifdef CRACK_MUTLI_THREAD_DEBUG
t_1 = GDKusec();
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list