Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
v8: Fix missing initialization of mark-compact flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarzinger@chromium.org authored and bnoordhuis committed Mar 28, 2012
1 parent 208b230 commit eb1ff03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/v8/src/mark-compact.cc
Expand Up @@ -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),
Expand Down

0 comments on commit eb1ff03

Please sign in to comment.