Reviewers: Sven Panne,

Description:
Fix missing initialization of mark-compact flags.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/9662056/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/mark-compact.cc


Index: src/mark-compact.cc
diff --git a/src/mark-compact.cc b/src/mark-compact.cc
index 94f10919a7add44cd4e8fe7280f1908a7c87a7b0..17be2234c74fd97cb84afb2aec6b12db66c8e917 100644
--- a/src/mark-compact.cc
+++ b/src/mark-compact.cc
@@ -60,6 +60,8 @@ MarkCompactCollector::MarkCompactCollector() :  // NOLINT
       state_(IDLE),
 #endif
       sweep_precisely_(false),
+      reduce_memory_footprint_(false),
+      abort_incremental_marking_(false),
       compacting_(false),
       was_marked_incrementally_(false),
       collect_maps_(FLAG_collect_maps),


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to