]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the amalgamation, allocate the parser engine object from stack rather than
authordrh <drh@noemail.net>
Sat, 28 Jan 2017 20:46:37 +0000 (20:46 +0000)
committerdrh <drh@noemail.net>
Sat, 28 Jan 2017 20:46:37 +0000 (20:46 +0000)
commitd26cc54183849acb2f53537e67e5968ada4619d9
treed571464d7ef81ed225bcaad4b323d8f0f8d5acd9
parent51b15c3871a264dc4867eeda97faed19f86bdb2b
In the amalgamation, allocate the parser engine object from stack rather than
from heap, for improved performance.  This only happens in the amalgamation,
since otherwise the sqlite3RunParser() routine does not know the object size.

FossilOrigin-Name: 4fe879d4b5da6ae0688a7a99004683a234966597
manifest
manifest.uuid
src/parse.y
src/sqliteInt.h
src/tokenize.c
tool/lempar.c