Revision: 16674
Author:   [email protected]
Date:     Thu Sep 12 09:47:02 2013 UTC
Log:      Unnecessay SSE2 check on x64

BUG=
[email protected]

Review URL: https://codereview.chromium.org/23619033

Patch from Weiliang Lin <[email protected]>.
http://code.google.com/p/v8/source/detail?r=16674

Modified:
 /branches/bleeding_edge/src/x64/stub-cache-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/stub-cache-x64.cc Thu Sep 12 09:09:39 2013 UTC +++ /branches/bleeding_edge/src/x64/stub-cache-x64.cc Thu Sep 12 09:47:02 2013 UTC
@@ -2245,13 +2245,6 @@
   //  -- ...
   //  -- rsp[(argc + 1) * 4] : receiver
   // -----------------------------------
-
-  if (!CpuFeatures::IsSupported(SSE2)) {
-    return Handle<Code>::null();
-  }
-
-  CpuFeatureScope use_sse2(masm(), SSE2);
-
   const int argc = arguments().immediate();

   // If the object is not a JSObject or we got an unexpected number of

--
--
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/groups/opt_out.

Reply via email to