]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reorder the fields in the VdbeCursor object so that those that need to be
authordrh <drh@noemail.net>
Sat, 10 Dec 2016 12:58:15 +0000 (12:58 +0000)
committerdrh <drh@noemail.net>
Sat, 10 Dec 2016 12:58:15 +0000 (12:58 +0000)
commitfbd8cbdcf524380dc760666313e22426c508df0f
tree82866179a661420fd28f515d062c529bb088d214
parent719da30d53511cbaf2c818b712bdc7db3c5cf140
Reorder the fields in the VdbeCursor object so that those that need to be
bulk zeroed on allocation are grouped at the beginning, and the memset()
only runs over those fields that really need it.

FossilOrigin-Name: 8165f88bb1d40693d67005a8d5dc499085f64b91
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbesort.c