Reviewers: Michael Starzinger,
Description:
Merged r11903 into 3.11 branch.
Fix presubmit error introduced by r11901.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10696074/
SVN Base: https://v8.googlecode.com/svn/branches/3.11
Affected files:
M src/mark-compact.cc
M src/version.cc
Index: src/mark-compact.cc
diff --git a/src/mark-compact.cc b/src/mark-compact.cc
index
c34d554b9b839d01385cfac6b84b9741c04edd77..6f2b559637122b9e28123df53df36c21af7a3aae
100644
--- a/src/mark-compact.cc
+++ b/src/mark-compact.cc
@@ -534,7 +534,6 @@ void
MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
static const intptr_t kFreenessThreshold = 50;
if (over_reserved >= 2 * space->AreaSize()) {
-
// If reduction of memory footprint was requested, we are aggressive
// about choosing pages to free. We expect that half-empty pages
// are easier to compact so slightly bump the limit.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
48b8c395c6233a8e8ce697372089245f99e7ce5a..bd350fe2026c656e8c59e1ec8c6b94eb269e42fc
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 11
#define BUILD_NUMBER 10
-#define PATCH_LEVEL 13
+#define PATCH_LEVEL 14
// 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