]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allocate extra stack space for UnpackedRecord objects, reducing the need
authordrh <drh@noemail.net>
Wed, 6 Nov 2013 14:36:08 +0000 (14:36 +0000)
committerdrh <drh@noemail.net>
Wed, 6 Nov 2013 14:36:08 +0000 (14:36 +0000)
commitb41392241ea64d8f5b7aaadbcb53a101dc56c6e1
tree5b2bc6c19ce7dc040cc3d84f012d655d653699a2
parentd9b7ec93487d8f7a288e20d1ee4f0899f7b57498
Allocate extra stack space for UnpackedRecord objects, reducing the need
to malloc for them as often, and thereby get a performance improvement.

FossilOrigin-Name: a725a75f870d7d9b21946fbcc71a956492986ab0
manifest
manifest.uuid
src/btree.c
src/vdbe.c