| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 5a44b609aa10ad0fd7247cee862206f7815f7c73..d3d42a7a784a7c67a7116aadfd1dbf276de1fcc3 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -1095,6 +1095,10 @@ DEFINE_BOOL(print_scopes, false, "print scopes")
|
| // contexts.cc
|
| DEFINE_BOOL(trace_contexts, false, "trace contexts operations")
|
|
|
| +// frames.cc
|
| +DEFINE_BOOL(zap_cpp_pointers, false,
|
| + "zap heap pointers on the C++ stack during GC")
|
| +
|
| // heap.cc
|
| DEFINE_BOOL(gc_verbose, false, "print stuff during garbage collection")
|
| DEFINE_BOOL(heap_stats, false, "report heap statistics before and after GC")
|
|
|