]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix up all VDBE opcodes so that they cause an immediate exit on any kind of vdbe-performance
authordrh <drh@noemail.net>
Wed, 17 Feb 2016 18:44:11 +0000 (18:44 +0000)
committerdrh <drh@noemail.net>
Wed, 17 Feb 2016 18:44:11 +0000 (18:44 +0000)
commit9467abf3dd9883c6bb3399bcae8769d25fbe2914
treecc12d2200a17e4b178b1345113726c6e9709d66f
parentb5a55ce77dd32ca1a5d07365a0c46810c2dfed67
Fix up all VDBE opcodes so that they cause an immediate exit on any kind of
error, and thereby eliminate the need to test "rc" at the top of the loop.
Resulting code is a little smaller and faster.

FossilOrigin-Name: a444633a827642bcf4d02a461e7e5f66769d39fd
manifest
manifest.uuid
src/vdbe.c