diff options
author | Ben Cheng <bccheng@android.com> | 2010-02-04 16:15:59 -0800 |
---|---|---|
committer | Ben Cheng <bccheng@android.com> | 2010-02-09 09:38:56 -0800 |
commit | 94e79ebaa340e8ba3bb4d13f5e908fef6d9d5eed (patch) | |
tree | f12fa820b01ba4fd4d926a5c807cb40cee096495 /vm/compiler/Compiler.h | |
parent | 5e7bfdfc9598b00af4ced9d43fc797af6036b708 (diff) | |
download | android_dalvik-94e79ebaa340e8ba3bb4d13f5e908fef6d9d5eed.tar.gz android_dalvik-94e79ebaa340e8ba3bb4d13f5e908fef6d9d5eed.tar.bz2 android_dalvik-94e79ebaa340e8ba3bb4d13f5e908fef6d9d5eed.zip |
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
Diffstat (limited to 'vm/compiler/Compiler.h')
-rw-r--r-- | vm/compiler/Compiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |