]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the OP_HexBlob instruction and code OP_Blob directly. Reduce
authordrh <drh@noemail.net>
Fri, 18 Jan 2008 14:08:24 +0000 (14:08 +0000)
committerdrh <drh@noemail.net>
Fri, 18 Jan 2008 14:08:24 +0000 (14:08 +0000)
commitca48c90f60fa43ec60d82acd6ba4f33689f2b658
tree1f2ad81aea145fb36f86055b496c6ff983e13478
parenta98d7b47975e218820ddc3a8b6a16fc98fe047f4
Remove the OP_HexBlob instruction and code OP_Blob directly.  Reduce
the amount of memory allocation required to encode blob literals.
Remove the "out2" instruction type.  Other minor optimizations. (CVS 4726)

FossilOrigin-Name: 0e50c0200a3c1c04e63cbb55a7255cdbbd225347
manifest
manifest.uuid
mkopcodeh.awk
src/expr.c
src/sqliteInt.h
src/util.c
src/vdbe.c
src/vdbemem.c