pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.c:89:
* For normal applications, the hitrate is most likely well over 90%, * but that should be verified. * - Holistiska Centralbyrån (Hubbe) */ /* Define the size of the cache that is used for method lookup. */ /* A value of zero disables this cache */ #define FIND_FUNCTION_HASHSIZE 16384 /* Programs with less methods will not use the cache for method lookups.. */
-
#define FIND_FUNCTION_HASH_TRESHOLD
9
+
#define FIND_FUNCTION_HASH_TRESHOLD
0
#define DECLARE #include "compilation.h" struct pike_string *this_program_string; static struct pike_string *this_string, *this_function_string; static struct pike_string *UNDEFINED_string; /* Common compiler subsystems */