Revision: 21674
Author:   [email protected]
Date:     Wed Jun  4 12:09:10 2014 UTC
Log:      Flag --pretenure-call-new broken on MIPS.

A label in JSConstructStubHelper was in the wrong place.

[email protected]

Review URL: https://codereview.chromium.org/315963002
http://code.google.com/p/v8/source/detail?r=21674

Modified:
 /branches/bleeding_edge/src/mips/builtins-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/builtins-mips.cc Tue Jun 3 08:12:43 2014 UTC +++ /branches/bleeding_edge/src/mips/builtins-mips.cc Wed Jun 4 12:09:10 2014 UTC
@@ -616,6 +616,7 @@

     // Receiver for constructor call allocated.
     // t4: JSObject
+    __ bind(&allocated);

     if (create_memento) {
       __ lw(a2, MemOperand(sp, kPointerSize * 2));
@@ -631,7 +632,6 @@
       __ bind(&count_incremented);
     }

-    __ bind(&allocated);
     __ Push(t4, t4);

     // Reload the number of arguments from the stack.

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