Artifact 97c6c50e272ed531bc3af308d5f156cfca0ce4f4:
- File src/vdbe.c — part of check-in [91384a7d72] at 2014-10-12 22:37:22 on branch trunk — Remove the VdbeCursor.lastRowid cache of the current rowid, since maintaining the correct cache value uses more CPU cycles than just recomputing the rowid on the occasions when it is actually needed. Replace it with the VdbeCursor.aOffset field which used to be computed from VdbeCursor.aType when needed. Saves 100 bytes of code space and runs 0.2% faster. (user: drh size: 210426)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.