]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If compiled with SQLITE_INLINE_MEMCPY, all memcpy() calls are replaced with
authordrh <drh@noemail.net>
Thu, 19 Jan 2017 21:20:11 +0000 (21:20 +0000)
committerdrh <drh@noemail.net>
Thu, 19 Jan 2017 21:20:11 +0000 (21:20 +0000)
commit8674e49214c8d9a0e23cf46c15d6bd4b74b00c4d
treee5cd2205908cc84db5d5ea1e439ddc17c1401b78
parent2f31d0204960ccfae468cef94a0447311b9bb143
If compiled with SQLITE_INLINE_MEMCPY, all memcpy() calls are replaced with
in-line code.  With that change, cachegrind shows which memcpy() calls
are taking the most time.  This is a performance-measurement hack only and
is not for production use.

FossilOrigin-Name: 9ed38521617136223a667988aed40e25797faf84
manifest
manifest.uuid
src/loadext.c
src/resolve.c
src/sqliteInt.h
src/table.c