]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin setting a foundation on which to convert the VM from a stack-based
authordrh <drh@noemail.net>
Wed, 2 Jan 2008 00:34:36 +0000 (00:34 +0000)
committerdrh <drh@noemail.net>
Wed, 2 Jan 2008 00:34:36 +0000 (00:34 +0000)
commitd4e70ebd6fc074a2fc9af5de6d9bec862cbf7473
tree5bd99c138bc9dbc44084a58e289f609c1f97f8d4
parent8f2c54e6e2d723d583d8bd79829d6df62fa2901a
Begin setting a foundation on which to convert the VM from a stack-based
to a register-based machine.  Everything is still mostly stack based with
this check-in.  This change merely begins adding infrastructure to support
a register-based architecture. (CVS 4652)

FossilOrigin-Name: 051ec01f2799e095516015f2ef0180e50fac387c
17 files changed:
manifest
manifest.uuid
src/analyze.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/vdbe.h
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/where.c