]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Registerification of the VDBE is complete. The operand stack has been
authordrh <drh@noemail.net>
Thu, 17 Jan 2008 16:22:13 +0000 (16:22 +0000)
committerdrh <drh@noemail.net>
Thu, 17 Jan 2008 16:22:13 +0000 (16:22 +0000)
commit9cbf3425fb07815f27c01144e04426e14b9d3668
tree3c7ed67c26c46cd78ef3416e6a6d39a82870715e
parent07a518ebf6e59fd907e7d9ba5a44b5cb7253fcdd
Registerification of the VDBE is complete.  The operand stack has been
removed from the code.  All instructions operate out of registers only. (CVS 4718)

FossilOrigin-Name: 706b41b70bd1e2030e6fa44358c38a26c5cf0985
20 files changed:
manifest
manifest.uuid
mkopcodeh.awk
src/alter.c
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vtab.c
src/where.c
test/in3.test