[sword-devel] engine profiling

Troy A. Griffitts scribe at crosswire.org
Tue Jul 22 03:58:43 MST 2008


Er, that was the new line.

>       if ((size > 0) && cacheBuf && ((unsigned)start < cacheBufSize)) { 
>   //TODO: optimize this, remove strlen


The old line was:

if ((size > 0) && cacheBuf && ((unsigned)start < strlen(cacheBuf)) { 
//TODO: optimize this, remove strlen



More information about the sword-devel mailing list