]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Factor constant functions out of the inner loop since they are more expensive
authordrh <drh@noemail.net>
Wed, 4 Jan 2017 04:18:00 +0000 (04:18 +0000)
committerdrh <drh@noemail.net>
Wed, 4 Jan 2017 04:18:00 +0000 (04:18 +0000)
commit49c5ab243b21be7afcbd55821505e6328de48cda
tree4b4aaca2197c721be5385a8a4e56ef234a65aae3
parenta3a40211bd9067ea6b1faf9166c45a864c08080b
parentad879ffdb5387e9f4a2eafd3144bc121339c0a40
Factor constant functions out of the inner loop since they are more expensive
than the extra OP_Copy needed to move the result into place.

FossilOrigin-Name: 80ad317f89c46db0d0d252aefdc036a34a61183d
manifest
manifest.uuid
src/expr.c