| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 9a2e7460fc3338ae89087f6e5f0f22bce76c7e4e..ad431538fad74abbe5d8ffdd04dfd65c2c720021 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -115,7 +115,7 @@ class FullCodeGenerator: public AstVisitor {
|
| static const int kBootCodeSizeMultiplier = 110;
|
| #elif V8_TARGET_ARCH_PPC64
|
| static const int kCodeSizeMultiplier = 200;
|
| - static const int kBootCodeSizeMultiplier = 120;
|
| + static const int kBootCodeSizeMultiplier = 170;
|
| #elif V8_TARGET_ARCH_PPC
|
| static const int kCodeSizeMultiplier = 200;
|
| static const int kBootCodeSizeMultiplier = 120;
|
|
|