]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Work toward reducing the incremental size of an ExprList object to 24-byte
authordrh <drh@noemail.net>
Thu, 12 Dec 2019 22:11:33 +0000 (22:11 +0000)
committerdrh <drh@noemail.net>
Thu, 12 Dec 2019 22:11:33 +0000 (22:11 +0000)
commitcbb9da337e7f8dc4e6bea59399a0394ec390f1f2
tree9e2fc1883495a5eeb3e2ad2e5167486fd567afed
parentc947d6a4dcdfe6f0185a22464cf97153cabb8052
Work toward reducing the incremental size of an ExprList object to 24-byte
per entry, from 32-bytes (on a 64-bit machine).  This helps the new
mini-lookaside allocator to run better by avoiding excessive reallocs.
The current change mostly works, but still has a few loose ends to tie up.
This check-in is merely a snapshot to save my work.

FossilOrigin-Name: fdda76cfb01bf2b19522ac4558b443634d28a69b0828677c42682b645eae1f3b
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/select.c
src/sqliteInt.h