Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 451)
+++ /trunk/xcache.c	(revision 454)
@@ -997,4 +997,6 @@
 		ENTER_LOCK(cache) {
 			cache->compiling = 0;
+			/* it's not cachable, but don't scare the users with high misses */
+			cache->misses --;
 		} LEAVE_LOCK(cache);
 		return op_array;
