Reviewers: Lasse Reichstein,

Description:
Change kMinComplexMemCopy to 64 for IA32. It's just better.

Please review this at http://codereview.chromium.org/2818028/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/utils.h


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



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to