]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rework the logic that factors constant expressions out of inner loops, making
authordrh <drh@noemail.net>
Fri, 15 Nov 2013 01:10:18 +0000 (01:10 +0000)
committerdrh <drh@noemail.net>
Fri, 15 Nov 2013 01:10:18 +0000 (01:10 +0000)
commitf30a969b80ec4f06c97a30cc7cd9471adcd52863
treebfe6d8430781c4d6a4191a237ba69226fcf5d456
parent01752bc805d5e1b2da2951dd7b84bf1526e029ad
Rework the logic that factors constant expressions out of inner loops, making
it both simpler and faster.

FossilOrigin-Name: 8dc5c76c766828d7c28090bec30ff48227e7b140
manifest
manifest.uuid
src/backup.c
src/build.c
src/expr.c
src/prepare.c
src/sqliteInt.h
src/trigger.c
src/vdbeblob.c
src/vtab.c
src/where.c