| Index: src/mark-compact.cc
|
| diff --git a/src/mark-compact.cc b/src/mark-compact.cc
|
| index e155e779d7570364985b7fda7d7f9152d74a2da5..9ab6ae63b3628a78b35cdcdf10fc18d188f3df98 100644
|
| --- a/src/mark-compact.cc
|
| +++ b/src/mark-compact.cc
|
| @@ -42,21 +42,8 @@ namespace v8 { namespace internal {
|
| // TODO(1240833): Fix the heap verification code and turn this into a real
|
| // flag.
|
| static const bool FLAG_verify_global_gc = false;
|
| -
|
| -DECLARE_bool(gc_verbose);
|
| #endif // DEBUG
|
|
|
| -DEFINE_bool(always_compact, false, "Perform compaction on every full GC");
|
| -DEFINE_bool(never_compact, false,
|
| - "Never perform compaction on full GC - testing only");
|
| -
|
| -DEFINE_bool(cleanup_ics_at_gc, true,
|
| - "Flush inline caches prior to mark compact collection.");
|
| -DEFINE_bool(cleanup_caches_in_maps_at_gc, true,
|
| - "Flush code caches in maps during mark compact cycle.");
|
| -
|
| -DECLARE_bool(gc_global);
|
| -
|
| // ----------------------------------------------------------------------------
|
| // MarkCompactCollector
|
|
|
|
|