Revision: 22215
Author:   [email protected]
Date:     Fri Jul  4 07:30:45 2014 UTC
Log:      X87: Error in CallFunctionNoFeedback ia32 made less efficient code

port r22191.

original commit message:
  Error in CallFunctionNoFeedback ia32 made less efficient code

BUG=
[email protected]

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

Patch from Chunyang Dai <[email protected]>.
http://code.google.com/p/v8/source/detail?r=22215

Modified:
 /branches/bleeding_edge/src/x87/code-stubs-x87.cc

=======================================
--- /branches/bleeding_edge/src/x87/code-stubs-x87.cc Fri Jun 27 03:23:31 2014 UTC +++ /branches/bleeding_edge/src/x87/code-stubs-x87.cc Fri Jul 4 07:30:45 2014 UTC
@@ -1946,7 +1946,7 @@
     // Load the receiver from the stack.
     __ mov(eax, Operand(esp, (argc + 1) * kPointerSize));

-    if (call_as_method) {
+    if (needs_checks) {
       __ JumpIfSmi(eax, &wrap);

       __ CmpObjectType(eax, FIRST_SPEC_OBJECT_TYPE, ecx);

--
--
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