]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC...
authorshane <shane@noemail.net>
Thu, 29 May 2008 20:22:37 +0000 (20:22 +0000)
committershane <shane@noemail.net>
Thu, 29 May 2008 20:22:37 +0000 (20:22 +0000)
commit9bcbdad2983a5f20438deee53ed6a1c545495771
treef3ebd1f6bd0bab4087173d3cb2a0e5656fb1054d
parent174edc64770dcf9401fdb09d503eb28e1c9ff70f
Consolidated inline assembly versions of "hwtime()" into hwtime.h.  Provided MSVC version.  Modified code for consistent use of hwtime().  Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178)

FossilOrigin-Name: 9883b406ce24eae93942ee5e6aab33fb6b05329f
15 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/hwtime.h [new file with mode: 0644]
src/os_common.h
src/os_unix.c
src/test_osinst.c
src/vdbe.c
src/vdbe.h
tool/mksqlite3c.tcl
tool/mksqlite3internalh.tcl
tool/speedtest16.c
tool/speedtest8.c
tool/speedtest8inst1.c