]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rearrange the code inside sqlite3RunParser() routine so that sqlite3Parser()
authordrh <drh@noemail.net>
Wed, 10 Aug 2016 14:40:00 +0000 (14:40 +0000)
committerdrh <drh@noemail.net>
Wed, 10 Aug 2016 14:40:00 +0000 (14:40 +0000)
commit167fbbe195c67fbc2b26bd75fc7c167820ff11c4
tree574705212667a3e7fc1919abd3ede1e481fba4ff
parent765fecf0103292e1dec8117bf4dff134cbbc58fc
Rearrange the code inside sqlite3RunParser() routine so that sqlite3Parser()
is only called from a single place.  This allows sqlite3Parser() to be
in-lined, which results in a 0.25% overall performance gain.

FossilOrigin-Name: 25d1d02b3ea126ade22b2a72649ae55509aa1777
manifest
manifest.uuid
src/tokenize.c