SQLite

Check-in [25be575054]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Improved parser tracing output.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | lemon-improvements
Files: files | file ages | folders
SHA3-256: 25be5750545b7b0ed9e1a1baca31611b354519688f875aa1590b21bb6ff42f1b
User & Date: drh 2017-12-24 17:06:41.289
Context
2017-12-24
23:38
In the LEMON-generated parser, rearrange the meanings of integer action codes so that reduce actions occur last. This means that the most common case (reduce actions) can be recognized with a single comparison operation, thus speeding up the main parser loop, slightly. (check-in: 7bfe7a3602 user: drh tags: lemon-improvements)
17:06
Improved parser tracing output. (check-in: 25be575054 user: drh tags: lemon-improvements)
14:14
Improved parser tracing output. (check-in: c4951833c2 user: drh tags: span-refactor)
2017-12-23
14:39
Simplification to the error handling logic in the extension loader. (check-in: 07c773148d user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to tool/lempar.c.