]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the sqlite3BtreeKey() and sqlite3BtreeData() internal interfaces
authordrh <drh@noemail.net>
Fri, 25 Nov 2016 19:18:28 +0000 (19:18 +0000)
committerdrh <drh@noemail.net>
Fri, 25 Nov 2016 19:18:28 +0000 (19:18 +0000)
commitcb3cabd01b81ff1c4a31466cccef809b665a6999
tree9216b6ee0d514bcffc33fbafecd1cedd0a9991a1
parent06a09a828addd181074086389b83a283f523458b
Refactor the sqlite3BtreeKey() and sqlite3BtreeData() internal interfaces
into sqlite3BtreePayload() and sqlite3BtreePayloadChecked(), respectively.
This is a continuation of the optimization started by check-in
[2d831074cf].  The result is a slightly smaller and faster binary.

FossilOrigin-Name: 49ebc219faea30eaa61def4a3fba2817b9c58a86
manifest
manifest.uuid
src/btree.c
src/btree.h
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbeblob.c
src/vdbemem.c