Revision: 22075
Author: [email protected]
Date: Mon Jun 30 07:20:01 2014 UTC
Log: Version 3.27.34.3 (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/332983006
http://code.google.com/p/v8/source/detail?r=22075
Modified:
/branches/3.27/src/spaces.cc
/branches/3.27/src/version.cc
=======================================
--- /branches/3.27/src/spaces.cc Tue Jun 17 08:22:36 2014 UTC
+++ /branches/3.27/src/spaces.cc Mon Jun 30 07:20:01 2014 UTC
@@ -193,7 +193,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.27/src/version.cc Tue Jun 24 14:13:26 2014 UTC
+++ /branches/3.27/src/version.cc Mon Jun 30 07:20:01 2014 UTC
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 27
#define BUILD_NUMBER 34
-#define PATCH_LEVEL 2
+#define PATCH_LEVEL 3
// 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.