]> git.ipfire.org Git - thirdparty/sqlite.git/commit
More than double the speed of the resolveP2Values() routine in vdbeaux.c by
authordrh <drh@noemail.net>
Tue, 6 Aug 2013 07:45:08 +0000 (07:45 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Aug 2013 07:45:08 +0000 (07:45 +0000)
commit8c8a8c4573e3cee7abb3255facbdc9bc73d49354
treeb48c80b3de576fc71d86dca38e50cfb5fd9562ea
parentd58d3278cbdbccbb5bef117c3adbb12bb32fc6e7
More than double the speed of the resolveP2Values() routine in vdbeaux.c by
moving from an extended if-else on every opcode to a switch.  Opcodes are
reordered in mkopcodesh.awk to put the switched opcodes close together,
for additional performance and to reduce code footprint.

FossilOrigin-Name: 924f7e4d7a8fa2fe9100836663f3733b6e1a9084
manifest
manifest.uuid
mkopcodeh.awk
src/vdbeaux.c