]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OP_IfNoHope and OP_SeekHit opcodes used to reduce the number of
authordrh <drh@noemail.net>
Tue, 5 Jun 2018 20:45:20 +0000 (20:45 +0000)
committerdrh <drh@noemail.net>
Tue, 5 Jun 2018 20:45:20 +0000 (20:45 +0000)
commit8c2b6d784b44c601ea600e8cfca9a222ce66b54b
treea838532373314e1174e8e5ad4d8640ffadac7912
parent86d0ea755844cc3ace4800cfb1400d18bc067ccb
Add the OP_IfNoHope and OP_SeekHit opcodes used to reduce the number of
unnecessary sqlite3BtreeMovetoUnpacked() calls when checking for an early
exit on IN-operator loops.  Futher optimizations are likely possible here.

FossilOrigin-Name: 6bf251af4347165a470d39457d61ab6d2a06c206db8f30bd8be5dbb388ae8a5b
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/where.c
src/wherecode.c