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

Unified Diff: src/flag-definitions.h

Issue 1214333002: Disable zapping of code space. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | 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 2f45087e0b6388c7316524b6aa539322d9611ae1..dd596cae7d7a7303c7d1cfa707fecbe809e75404 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -685,7 +685,7 @@ DEFINE_BOOL(cleanup_code_caches_at_gc, true,
DEFINE_BOOL(use_marking_progress_bar, true,
"Use a progress bar to scan large objects in increments when "
"incremental marking is active.")
-DEFINE_BOOL(zap_code_space, true,
jochen (gone - plz use gerrit) 2015/06/30 15:15:09 can you make the default depend on debug vs releas
Hannes Payer (out of office) 2015/06/30 15:49:33 Done.
+DEFINE_BOOL(zap_code_space, false,
"Zap free memory in code space with 0xCC while sweeping.")
DEFINE_INT(random_seed, 0,
"Default seed for initializing random generator "
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698