Changeset: 135abe4b8fd6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/135abe4b8fd6
Modified Files:
monetdb5/modules/atoms/str.c
Branch: sw_ew_c_sorting
Log Message:
canditer_next function is not inlined. Use canditer_next_dense macro
diffs (12 lines):
diff --git a/monetdb5/modules/atoms/str.c b/monetdb5/modules/atoms/str.c
--- a/monetdb5/modules/atoms/str.c
+++ b/monetdb5/modules/atoms/str.c
@@ -5638,7 +5638,7 @@ STRcontainsselect(Client cntxt, MalBlkPt
vr_len = STR_LEN;
\
matches = 0;
\
for (canditer_setidx(&lci, lx), n = lx; n < lci.ncand;
n++) { \
- lo = canditer_next(&lci);
\
+ lo = canditer_next_dense(&lci);
\
vl = VALUE(l, lo - lbase);
\
cmp = STR_CMP;
\
if (cmp < 0) {
\
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]