]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In Lemon, factor the parser stack overflow detection logic out of the
authordrh <drh@noemail.net>
Sat, 2 Jan 2021 23:56:37 +0000 (23:56 +0000)
committerdrh <drh@noemail.net>
Sat, 2 Jan 2021 23:56:37 +0000 (23:56 +0000)
commite81f879f517b2c947d691332f2820a854e05056d
treeafb97088c2f4d0dbb81912d681b83cc5a83a7d31
parentc8af879e5f501595d5bc59e15621ce25ab76d566
In Lemon, factor the parser stack overflow detection logic out of the
yy_reduce() subroutine and into the main parser routine, so that when overflow
is detected, it can exit immediately.  This saves a single conditional in
the main loop of the parser.

FossilOrigin-Name: 203c049c662380411522d0c7c493201331bbb2792a7c5b12684f04f532a0695d
manifest
manifest.uuid
tool/lempar.c