]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Performance improvement: Avoid using sqlite3WalkerSelectExpr() ticket-f09fcd17810f
authordrh <drh@noemail.net>
Thu, 6 Dec 2018 22:12:18 +0000 (22:12 +0000)
committerdrh <drh@noemail.net>
Thu, 6 Dec 2018 22:12:18 +0000 (22:12 +0000)
commita37b6a5e31f341412dc0c454569fea5cd0f88cef
tree4cbf05ac30901ed11f50ff9fa4fd228da366daf7
parenta83899754423bea16d4efeb4f39482b57d79c083
Performance improvement:  Avoid using sqlite3WalkerSelectExpr()
and sqlite3WalkerSelectFrom() twice, so that the compiler will in-line their
implementation.

FossilOrigin-Name: 2b9258b8b0342330ebe8c22b59ec276fd042a05547d15b24fdf29e16280868de
manifest
manifest.uuid
src/expr.c