Revision: 15312
Author:   [email protected]
Date:     Tue Jun 25 01:38:29 2013
Log:      Merged r15304 into 3.19 branch.

MIPS: Fix mjsunit/regress/regress-2653.

[email protected]
BUG=

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

Modified:
 /branches/3.19/src/mips/lithium-codegen-mips.cc
 /branches/3.19/src/version.cc

=======================================
--- /branches/3.19/src/mips/lithium-codegen-mips.cc     Tue Jun 25 01:08:50 2013
+++ /branches/3.19/src/mips/lithium-codegen-mips.cc     Tue Jun 25 01:38:29 2013
@@ -243,7 +243,6 @@
   if (FLAG_trace && info()->IsOptimizing()) {
     __ CallRuntime(Runtime::kTraceEnter, 0);
   }
-  EnsureSpaceForLazyDeopt();
   return !is_aborted();
 }

@@ -271,6 +270,7 @@

     instr->CompileToNative(this);
   }
+  EnsureSpaceForLazyDeopt();
   return !is_aborted();
 }

@@ -706,6 +706,7 @@
                                RelocInfo::Mode mode,
                                LInstruction* instr,
                                SafepointMode safepoint_mode) {
+  EnsureSpaceForLazyDeopt();
   ASSERT(instr != NULL);
   LPointerMap* pointers = instr->pointer_map();
   RecordPosition(pointers->position());
=======================================
--- /branches/3.19/src/version.cc       Tue Jun 25 01:08:50 2013
+++ /branches/3.19/src/version.cc       Tue Jun 25 01:38:29 2013
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     19
 #define BUILD_NUMBER      18
-#define PATCH_LEVEL       7
+#define PATCH_LEVEL       8
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

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