Reviewers: Michael Starzinger, jochen,

https://codereview.chromium.org/1214333002/diff/1/src/flag-definitions.h
File src/flag-definitions.h (left):

https://codereview.chromium.org/1214333002/diff/1/src/flag-definitions.h#oldcode688
src/flag-definitions.h:688: DEFINE_BOOL(zap_code_space, true,
On 2015/06/30 15:15:09, jochen wrote:
can you make the default depend on debug vs release?

Done.

Description:
Disable zapping of code space.

BUG=

Please review this at https://codereview.chromium.org/1214333002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 2f45087e0b6388c7316524b6aa539322d9611ae1..d1da943196af4620bc8339ba4d51cef8423939a4 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,
+DEFINE_BOOL(zap_code_space, DEBUG_BOOL,
             "Zap free memory in code space with 0xCC while sweeping.")
 DEFINE_INT(random_seed, 0,
            "Default seed for initializing random generator "


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to