Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: src/flag-definitions.h

Issue 1108013003: Introduce --zap-cpp-pointers (off by default) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixes Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/factory.cc ('k') | src/frames.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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")
« no previous file with comments | « src/factory.cc ('k') | src/frames.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698