Optimize common use patterns.
commit75964e9e960e680cbae170378dd42b71866be674
authorKeith Rarick <kr@causes.com>
Thu, 27 Mar 2008 22:56:46 +0000 (27 15:56 -0700)
committerKeith Rarick <kr@causes.com>
Thu, 27 Mar 2008 22:56:46 +0000 (27 15:56 -0700)
treee060b19bb54b90be6c4b8843710b6125105ba33b
parent64c62412cea4d4230766ad1445acca504a9a2d88
Optimize common use patterns.

Most calls to stats-job are for a job currently reserved by the
caller, so check that first before doing a (slow) sequential scan
through the lists of ready and delayed jobs.
prot.c