]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change a while-loop into a do-loop in sqlite3VdbeRecordCompare() and add
authordrh <drh@noemail.net>
Mon, 25 Nov 2013 22:24:36 +0000 (22:24 +0000)
committerdrh <drh@noemail.net>
Mon, 25 Nov 2013 22:24:36 +0000 (22:24 +0000)
commit0b9dadacd8454f0de0ab071efc9d8b7e0400b480
tree56029502935972fe2358ad02fad50fbec7801bf1
parentd16546da78bf7ea372903e60ede6923928649b07
Change a while-loop into a do-loop in sqlite3VdbeRecordCompare() and add
an assert() to verify that the do-loop really is appropriate.  This gives
about a 10% performance boost in that routine, or a 0.9% boost overall.

FossilOrigin-Name: 011a6be439eb884c944a3318bf631bed3135f8ec
manifest
manifest.uuid
src/vdbeaux.c