]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplify the bytecode generation for SQL function calls such that the
authordrh <drh@noemail.net>
Wed, 30 Oct 2019 16:29:02 +0000 (16:29 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Oct 2019 16:29:02 +0000 (16:29 +0000)
commit920cf596e67ecccecb497cfa60cc65945048f866
treed29430f7d14ac0bfffcfde5c2c9a444ae5e4b4c4
parent9ee94147f086fc9cd4bcf2bcdbb1fab6d1d1f921
Simplify the bytecode generation for SQL function calls such that the
OP_Function or OP_PureFunc opcodes are coded directly, rather than using
the intermediate OP_Function0 or OP_PureFunc0 - opcodes that are now removed.

FossilOrigin-Name: 84e02d773d60cffe619104991d21d7f0c68616c0f6bb99686bf54f5306c756d0
manifest
manifest.uuid
src/analyze.c
src/attach.c
src/expr.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c