]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OP_SorterColumns opcode - an experiment in using a special case
authordrh <drh@noemail.net>
Mon, 13 Oct 2014 01:23:51 +0000 (01:23 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Oct 2014 01:23:51 +0000 (01:23 +0000)
commitad711a2fddca0e8a3fb63508399deefc4ce4a755
tree0b9907256e594e9b42dbb9a88ee8783066f23a64
parentb53a5a9e50d376a6cda897ce629f4af55b96c193
Add the OP_SorterColumns opcode - an experiment in using a special case
opcode to decode the Sorter output rather than the generic OP_Column.  This
might be faster.  And with further work, it could eventually eliminate the
need for OP_OpenPseudo.

FossilOrigin-Name: b9c695e8859bb9972a9890bf2ccf341c1282ab77
manifest
manifest.uuid
src/select.c
src/vdbe.c