Changeset: 6a0828756ae2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6a0828756ae2 Modified Files: gdk/gdk.h Branch: default Log Message:
Rearrange struct layout to reduce size. diffs (22 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -1050,15 +1050,15 @@ typedef struct BATiter { Heap *vh; BUN count; BUN baseoff; - uint16_t width; - uint8_t shift; - int8_t type; oid tseq; BUN hfree, vhfree; BUN nokey[2]; BUN nosorted, norevsorted; BUN minpos, maxpos; double unique_est; + uint16_t width; + uint8_t shift; + int8_t type; bool key:1, nonil:1, nil:1, _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org