Very cool. Fast memset along these lines might benefit some arrays tests as well.
http://codereview.chromium.org/2582001/diff/1/6 File src/utils.h (right): http://codereview.chromium.org/2582001/diff/1/6#newcode652 src/utils.h:652: memcpy(dst, src, num_words * kPointerSize); may I ask you to switch to your MemCpy here as well? http://codereview.chromium.org/2582001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
