]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Eliminate the tool/addopcodes.tcl script. The purpose of that script was to
authordrh <drh@noemail.net>
Fri, 5 Apr 2019 20:56:46 +0000 (20:56 +0000)
committerdrh <drh@noemail.net>
Fri, 5 Apr 2019 20:56:46 +0000 (20:56 +0000)
commitf1722baaf80218bcad87597803510c4e214a5811
tree0015de1f897c455bd62129d55e0c6fbd1c3986e4
parent6cf3009f6c92f91ecdf6de8a969e6febc0df09bc
Eliminate the tool/addopcodes.tcl script.  The purpose of that script was to
keep the number of parser codes below 256 in order to save parser table space.
But we have long since blown through that ceiling so the addopcodes.tcl script
was just needless complexity. There is no longer any reason to keep it around.

FossilOrigin-Name: d272819298083ebbde57962a2938925b1aaa1caf03e48bb3ea26ad91e0461d84
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/expr.c
src/parse.y
src/wherecode.c
tool/addopcodes.tcl [deleted file]