]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not run the tool/vdbe-compress.tcl script that generates the
authordrh <drh@noemail.net>
Wed, 11 Dec 2013 00:59:10 +0000 (00:59 +0000)
committerdrh <drh@noemail.net>
Wed, 11 Dec 2013 00:59:10 +0000 (00:59 +0000)
commit2dc0648a80dae86e6393f58e670336ae8f514485
tree233cccfa3813da21e27d19305f888eee46e7cd64
parent024045fe6ee141bb981b882e645f3f83481af12b
Do not run the tool/vdbe-compress.tcl script that generates the
vdbeExecUnion object that reduces the size of the sqlite3VdbeExec()
stack frame unless the SQLITE_SMALL_STACK compile-time option is
specified as on of the OPTS in the makefile.  The vdbeExecUnion object
gets in the way of C-compiler optimizer and results in slightly slower code.

FossilOrigin-Name: 4d0781473a465b4ab0a307914014f3d2ddd0ce33
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/vdbe.c
tool/vdbe-compress.tcl