| Index: src/cached-powers.cc | 
| diff --git a/src/cached-powers.cc b/src/cached-powers.cc | 
| index fbfaf26159ad68da3ea79c66718db64aafcaa8f4..9e2919be83d6a5c32f05bea6e37d35a82c84b55c 100644 | 
| --- a/src/cached-powers.cc | 
| +++ b/src/cached-powers.cc | 
| @@ -133,7 +133,10 @@ static const CachedPower kCachedPowers[] = { | 
| {V8_2PART_UINT64_C(0xaf87023b, 9bf0ee6b), 1066, 340}, | 
| }; | 
|  | 
| +#ifdef DEBUG | 
| static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers); | 
| +#endif | 
| + | 
| static const int kCachedPowersOffset = 348;  // -1 * the first decimal_exponent. | 
| static const double kD_1_LOG2_10 = 0.30102999566398114;  //  1 / lg(10) | 
| // Difference between the decimal exponents in the table above. | 
|  |