Revision: 22077
Author:   [email protected]
Date:     Mon Jun 30 07:37:38 2014 UTC
Log:      Version 3.26.31.9 (merged r22037)

Keep CodeRange::current_allocation_block_index_ in range after r21869.

BUG=305878,388328
LOG=N
[email protected]

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

Modified:
 /branches/3.26/src/spaces.cc
 /branches/3.26/src/version.cc

=======================================
--- /branches/3.26/src/spaces.cc        Mon Jun 23 08:37:46 2014 UTC
+++ /branches/3.26/src/spaces.cc        Mon Jun 30 07:37:38 2014 UTC
@@ -191,7 +191,7 @@
       return true;  // Found a large enough allocation block.
     }
   }
-
+  current_allocation_block_index_ = 0;
   // Code range is full or too fragmented.
   return false;
 }
=======================================
--- /branches/3.26/src/version.cc       Tue Jun 24 14:33:05 2014 UTC
+++ /branches/3.26/src/version.cc       Mon Jun 30 07:37:38 2014 UTC
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     26
 #define BUILD_NUMBER      31
-#define PATCH_LEVEL       8
+#define PATCH_LEVEL       9
 // 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/d/optout.

Reply via email to