Description[utils] Lower kMinComplexMemCopy on 64-bit archs to 8
Down from 16 * kPointerSize.
Modern compilers have good inlining support for memcpy(), so our
custom C++ loop is only beneficial for very short loops (if at all).
BUG=v8:5395
Review-Url: https://codereview.chromium.org/2438583002
Cr-Commit-Position: refs/heads/master@{#43212}
Committed: https://chromium.googlesource.com/v8/v8/+/70791d0cc3350885c48e6c7fa8b61d959602eab9
Patch Set 1 #Patch Set 2 : rebased #Patch Set 3 : s/16/8/ #Messages
Total messages: 16 (9 generated)
|