1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Change the OP_Next and OP_Prev opcodes so that they invoke

sqlite3BtreeNext() and sqlite3BtreePrevious() directly rather than through
a function pointer, for improved performance and a decrease in code size.

FossilOrigin-Name: 9d13cbbef3cf64f281d3e100f23f1b2ed6e8d65920c7517a84e1e4f964ceff2e
This commit is contained in:
drh
2022-02-24 14:44:23 +00:00
parent b2d594a19b
commit a7c9dd546b
6 changed files with 31 additions and 58 deletions

View File

@@ -158,9 +158,6 @@ set rp2v_ops {
OP_JournalMode
OP_VUpdate
OP_VFilter
OP_Next
OP_SorterNext
OP_Prev
}
# Assign the smallest values to opcodes that are processed by resolveP2Values()