Chromium Code Reviews| Index: src/utils.h |
| =================================================================== |
| --- src/utils.h (revision 4927) |
| +++ src/utils.h (working copy) |
| @@ -587,7 +587,7 @@ |
| // Limit below which the extra overhead of the MemCopy function is likely |
| // to outweigh the benefits of faster copying. |
| // TODO(lrn): Try to find a more precise value. |
| -static const int kMinComplexMemCopy = 256; |
| +static const int kMinComplexMemCopy = 64; |
| #else // V8_TARGET_ARCH_IA32 |