Browse Source

v8: Fix missing initialization of mark-compact flags.

R=svenpanne@chromium.org

Review URL: https://chromiumcodereview.appspot.com/9662056

Cherry-pick of https://v8.googlecode.com/svn/branches/bleeding_edge@11006
v0.9.1-release
mstarzinger@chromium.org 13 years ago
committed by Ben Noordhuis
parent
commit
eb1ff03418
  1. 2
      deps/v8/src/mark-compact.cc

2
deps/v8/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),

Loading…
Cancel
Save