]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reorder the fields in private structures in an effort to reduce alignment
authordrh <drh@noemail.net>
Fri, 7 Jan 2011 02:50:40 +0000 (02:50 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Jan 2011 02:50:40 +0000 (02:50 +0000)
commit2e5de2f2b38bb881283efca5e10469254dc45fc3
treebb30529b06f20013f5223b79227456c297a98f12
parentb7787eef7acf3a29576b1e7c52578518960036ae
Reorder the fields in private structures in an effort to reduce alignment
gaps and thus make the structures smaller, and to put frequently accessed
fields first.  Also update some obsolete comments.  Valgrind shows a very
slight performance improvement.

FossilOrigin-Name: 378a1d13af4a6f4cb2bfa65944b3b0d444b9f21c
manifest
manifest.uuid
src/btreeInt.h
src/vdbeInt.h
src/vdbeapi.c