diff options
Diffstat (limited to 'JavaScriptCore/bytecode/Instruction.h')
-rw-r--r-- | JavaScriptCore/bytecode/Instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/bytecode/Instruction.h b/JavaScriptCore/bytecode/Instruction.h index 314fda4..24ba490 100644 --- a/JavaScriptCore/bytecode/Instruction.h +++ b/JavaScriptCore/bytecode/Instruction.h @@ -34,7 +34,7 @@ #include "Structure.h" #include <wtf/VectorTraits.h> -#define POLYMORPHIC_LIST_CACHE_SIZE 4 +#define POLYMORPHIC_LIST_CACHE_SIZE 8 namespace JSC { |