]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Performance optimizations in the VDBE and especially to the OP_Next and
authordrh <drh@noemail.net>
Tue, 20 Aug 2013 03:13:51 +0000 (03:13 +0000)
committerdrh <drh@noemail.net>
Tue, 20 Aug 2013 03:13:51 +0000 (03:13 +0000)
commit9b47ee3f09c4bad491c4b8b6b6a71d89604e54c5
tree490d494f42ad4b6f652b10db04fca2d4eddbd571
parentf66f26a311578e15e47f2b1ebe15a4a419bef70c
Performance optimizations in the VDBE and especially to the OP_Next and
related opcodes and in the sqlite3BtreeNext() and sqlite3BtreePrevious()
routines.  This is a cherrypick of [6f99b54aedeb], [d2efea1682a7], and
[d78c5d89de4b].

FossilOrigin-Name: 7f72fc4f47445a2c01910b268335873de9f75059
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c