Reviewers: Yang,

Description:
[runtime] Unify and fix the strict equality comparison.

Add Object::StrictEquals to unify the implementation of strict equality
comparison in the runtime and the api (the api was already missing a
case for SIMD).  Now we (almost) have a single bottleneck for strict
equality, we just need to reduce the amount of unnecessary complexity
for the code stub.

[email protected]

Please review this at https://codereview.chromium.org/1298603002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+220, -188 lines):
  M src/api.cc
  M src/arm/code-stubs-arm.cc
  M src/arm64/code-stubs-arm64.cc
  M src/builtins.h
  M src/ia32/code-stubs-ia32.cc
  M src/mips/code-stubs-mips.cc
  M src/mips64/code-stubs-mips64.cc
  M src/objects.h
  M src/objects.cc
  M src/objects-inl.h
  M src/ppc/code-stubs-ppc.cc
  M src/runtime.js
  M src/runtime/runtime.h
  M src/runtime/runtime-object.cc
  M src/runtime/runtime-simd.cc
  M src/x64/code-stubs-x64.cc
  M src/x87/code-stubs-x87.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to