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
This commit is contained in:
parent
208b230744
commit
eb1ff03418
2
deps/v8/src/mark-compact.cc
vendored
2
deps/v8/src/mark-compact.cc
vendored
@ -60,6 +60,8 @@ MarkCompactCollector::MarkCompactCollector() : // NOLINT
|
|||||||
state_(IDLE),
|
state_(IDLE),
|
||||||
#endif
|
#endif
|
||||||
sweep_precisely_(false),
|
sweep_precisely_(false),
|
||||||
|
reduce_memory_footprint_(false),
|
||||||
|
abort_incremental_marking_(false),
|
||||||
compacting_(false),
|
compacting_(false),
|
||||||
was_marked_incrementally_(false),
|
was_marked_incrementally_(false),
|
||||||
collect_maps_(FLAG_collect_maps),
|
collect_maps_(FLAG_collect_maps),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user