Changeset 453

Show
Ignore:
Timestamp:
07/12/2007 05:25:02 AM (6 years ago)
Author:
moo
Message:

for non cachable files, they just wont be cached. we shound't scare the users with high 'misses'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/xcache.c

    r449 r453  
    969969        ENTER_LOCK(cache) { 
    970970            cache->compiling = 0; 
     971            /* it's not cachable, but don't scare the users with high misses */ 
     972            cache->misses --; 
    971973        } LEAVE_LOCK(cache); 
    972974        return op_array;