From 94e79ebaa340e8ba3bb4d13f5e908fef6d9d5eed Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Thu, 4 Feb 2010 16:15:59 -0800 Subject: Enable JIT parameters to be initialized in an architecture dependent way. The search for optimial value is still ongoing. The current settings are: v5 v7 JIT profile table 512 2048 JIT code cache 512K 1M JIT threshold 200 40 --- vm/compiler/Compiler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm/compiler/Compiler.h') diff --git a/vm/compiler/Compiler.h b/vm/compiler/Compiler.h index 153e84568..ccc91ddb2 100644 --- a/vm/compiler/Compiler.h +++ b/vm/compiler/Compiler.h @@ -19,7 +19,6 @@ #ifndef _DALVIK_VM_COMPILER #define _DALVIK_VM_COMPILER -#define CODE_CACHE_SIZE 1024*1024 #define MAX_JIT_RUN_LEN 64 #define COMPILER_WORK_QUEUE_SIZE 100 #define COMPILER_IC_PATCH_QUEUE_SIZE 64 -- cgit v1.2.3