index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
mkopcodeh.tcl
Commit message (
Expand
)
Author
Age
*
Have sqlite3_stmt_scanstatus_v2() return an NCYCLE value for all loops, not j...
dan
2022-12-06
*
Performance improvement in resolveP2Values(). Save over 1 million CPU
drh
2022-07-01
*
Change the OP_Next and OP_Prev opcodes so that they invoke
drh
2022-02-24
*
Fix issue in 'mkopcodeh.tcl' tool that prevented its termination in rare circ...
mistachkin
2021-06-01
*
Improved comments on the generated opcodes.h file.
drh
2021-05-18
*
Keep generated opcode values grouped together when required, even when they d...
mistachkin
2018-07-25
*
When compiling with SQLITE_DEBUG, add run-time checks to ensure that no
drh
2018-05-28
*
Show which opcodes are jumps in the comments when generating
drh
2017-08-02
*
Modify mkopcodeh.tcl so that it can handle "same as" opcodes with values
dan
2017-07-14
*
Rename the OP_MX_JUMP macro to SQLITE_MX_JUMP_OPCODE to avoid confusing the
drh
2016-04-11
*
Remove the VdbeOp.opflags field and its associated initialization overhead.
drh
2016-04-11
*
Number VDBE opcodes starting with 0 instead of 1, as this obviates the
drh
2016-02-01
*
Change mkopcodeh.awk into tool/mkopcodeh.tcl.
drh
2015-10-07