1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

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
This commit is contained in:
drh
2017-01-19 21:20:11 +00:00
parent 2f31d02049
commit 8674e49214
6 changed files with 23 additions and 16 deletions

View File

@@ -17,8 +17,6 @@
** if they are not used.
*/
#include "sqliteInt.h"
#include <stdlib.h>
#include <string.h>
#ifndef SQLITE_OMIT_GET_TABLE