Revision: 11903 Author: [email protected] Date: Fri Jun 22 03:11:19 2012 Log: Fix lint.
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10640018 http://code.google.com/p/v8/source/detail?r=11903 Modified: /branches/bleeding_edge/src/mark-compact.cc ======================================= --- /branches/bleeding_edge/src/mark-compact.cc Fri Jun 22 02:29:49 2012 +++ /branches/bleeding_edge/src/mark-compact.cc Fri Jun 22 03:11:19 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. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
