SQLite

Check-in [66396d2f02]
Login

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

Overview
Comment:Registerify binary operators. Add register tracing to debugging output. (CVS 4686)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 66396d2f0289e36b5fc0af5078c08d1b17f342ae
User & Date: drh 2008-01-05 16:29:28.000
Context
2008-01-05
17:39
First pass at optimizing max()/min() as described in #2853. Some refinements to come. (CVS 4687) (check-in: c449e04f18 user: danielk1977 tags: trunk)
16:29
Registerify binary operators. Add register tracing to debugging output. (CVS 4686) (check-in: 66396d2f02 user: drh tags: trunk)
06:51
Expression code generator takes advantage of recent opcode changes. (CVS 4685) (check-in: 6c78d2a49a user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to mkopcodeh.awk.
Changes to src/analyze.c.
Changes to src/expr.c.
Changes to src/pragma.c.
Changes to src/vdbe.c.