]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the subroutine return stack from the VDBE. Return addresses
authordrh <drh@noemail.net>
Fri, 6 Jun 2008 15:04:36 +0000 (15:04 +0000)
committerdrh <drh@noemail.net>
Fri, 6 Jun 2008 15:04:36 +0000 (15:04 +0000)
commit2eb95377ef7498a5ed48525ab1d75e68ae78aefa
tree79f67e1f580dfa8d6063bb0c21960b66321dd5ab
parent17b90b5316d385494415d2f4826fafda772e82b5
Remove the subroutine return stack from the VDBE.  Return addresses
for subroutines are now stored in registers. (CVS 5191)

FossilOrigin-Name: ef1956eebcaf5aca51af8c3b406b1fd4b1f391a7
manifest
manifest.uuid
src/insert.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c