LGTM
http://codereview.chromium.org/1575047/diff/1/2 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/1575047/diff/1/2#newcode7722 src/x64/codegen-x64.cc:7722: if (CpuFeatures::IsSupported(SSE2)) { No need to handle non SSE2 support as SSE2 is always supported on x64. http://codereview.chromium.org/1575047/diff/1/3 File src/x64/codegen-x64.h (right): http://codereview.chromium.org/1575047/diff/1/3#newcode942 src/x64/codegen-x64.h:942: static void GenerateConvertHashCodeToIndex(MacroAssembler* masm, Indent. http://codereview.chromium.org/1575047/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
