Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 1c4f914f204b3fe1f065ac1379423f7a5fbcd8ea..5bf2d85a90f5bfd964a147ca65a20052bc0ef443 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -541,6 +541,8 @@ DEFINE_bool(gc_verbose, false, "print stuff during garbage collection") |
| DEFINE_bool(heap_stats, false, "report heap statistics before and after GC") |
| DEFINE_bool(code_stats, false, "report code statistics after GC") |
| DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC") |
| +DEFINE_bool(verify_context_separation, false, |
| + "verify that code objects keep at most one context alive after GC") |
|
Toon Verwaest
2012/07/13 09:02:04
Is it one context, or one global context?
|
| DEFINE_bool(print_handles, false, "report handles after GC") |
| DEFINE_bool(print_global_handles, false, "report global handles after GC") |