Revision: 11970 Author: [email protected] Date: Mon Jul 2 06:16:33 2012 Log: Merged r11903 into 3.11 branch.
Fix presubmit error introduced by r11901. [email protected] Review URL: https://chromiumcodereview.appspot.com/10696074 http://code.google.com/p/v8/source/detail?r=11970 Modified: /branches/3.11/src/mark-compact.cc /branches/3.11/src/version.cc ======================================= --- /branches/3.11/src/mark-compact.cc Mon Jul 2 04:41:00 2012 +++ /branches/3.11/src/mark-compact.cc Mon Jul 2 06:16:33 2012 @@ -534,7 +534,6 @@ 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. ======================================= --- /branches/3.11/src/version.cc Mon Jul 2 04:41:00 2012 +++ /branches/3.11/src/version.cc Mon Jul 2 06:16:33 2012 @@ -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
