| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 3cdb6d52e5c1d4f6cef1f3048d9f432762ba1686..61d8a8efe3c23e3fe93796f50f238efe05265efa 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -76,7 +76,7 @@ class FullCodeGenerator: public AstVisitor {
|
| #if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X87
|
| static const int kCodeSizeMultiplier = 105;
|
| #elif V8_TARGET_ARCH_X64
|
| - static const int kCodeSizeMultiplier = 170;
|
| + static const int kCodeSizeMultiplier = 165;
|
| #elif V8_TARGET_ARCH_ARM
|
| static const int kCodeSizeMultiplier = 149;
|
| #elif V8_TARGET_ARCH_ARM64
|
|
|