]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The ".testctrl optimizations 0x400000" command disables the generation of
authordrh <>
Thu, 7 Apr 2022 18:17:56 +0000 (18:17 +0000)
committerdrh <>
Thu, 7 Apr 2022 18:17:56 +0000 (18:17 +0000)
commitda4c7ccc075f84dd0f91d6bc6d60e9acebf78292
tree5a2919a888a266d908cbd07a173cc5b835171cde
parentdb08a6d13c7b868eb42b53d4fac8738ad3d7b477
The ".testctrl optimizations 0x400000" command disables the generation of
OP_ReleaseReg opcodes.  OP_ReleaseReg opcodes are usually only generated for
SQLITE_DEBUG builds and are used to verify that registers are descoped
propertly.  But they can get in the way of code understanding when studying
bytecode dumps.  So this new optimization setting is provided to
temporarily turn OP_ReleaseReg opcodes off.

FossilOrigin-Name: fa5276725f246cef9d58b27c1e617ee3f873f7a9b88284a4e8fc453ebda338bc
manifest
manifest.uuid
src/sqliteInt.h
src/vdbeaux.c