]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental changes that reduce the size of Expr objects from 72 to 64 smaller-expr
authordrh <drh@noemail.net>
Tue, 6 May 2014 15:28:56 +0000 (15:28 +0000)
committerdrh <drh@noemail.net>
Tue, 6 May 2014 15:28:56 +0000 (15:28 +0000)
commitee07978c9ace09ad0642ce00a9fc55b20db73e3a
tree3d4675b155a029524233efebc410221fcb7c09ae
parent7dd9fb65e26606025ddd3ef4ba7f8f8b7842393b
Experimental changes that reduce the size of Expr objects from 72 to 64
bytes each on x64 and from 48 to 44 bytes each on x32.

FossilOrigin-Name: 8ad0a123a2046e4bf95b4f9c28f26221afb3fc43
manifest
manifest.uuid
src/attach.c
src/expr.c
src/func.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/walker.c
src/where.c