]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In-line the sqlite3VdbeSerialPut() routine into the OP_MakeRecord opcode.
authordrh <>
Sat, 2 Apr 2022 14:30:58 +0000 (14:30 +0000)
committerdrh <>
Sat, 2 Apr 2022 14:30:58 +0000 (14:30 +0000)
commitd859dc2b25c55ab10f70979f76470bdba9f53165
treed37af5c9e7e193eecce778db54990c94ca5de4ab
parentb47b1f67dca06317908c5c512f0b2352394836f0
In-line the sqlite3VdbeSerialPut() routine into the OP_MakeRecord opcode.
This allows some duplicate comparisons to be omitted, resulting in a size
reduction and performance increase.

FossilOrigin-Name: 6f4d6f212a3558c27be6e9dcf71cec43c424d445e5889c6e91dde84a19c5a2c1
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c