projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9cf2b
)
Disable zapping of code space.
author
hpayer
<hpayer@chromium.org>
Tue, 30 Jun 2015 16:28:59 +0000
(09:28 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Tue, 30 Jun 2015 16:29:03 +0000
(16:29 +0000)
BUG=
Review URL: https://codereview.chromium.org/
1214333002
Cr-Commit-Position: refs/heads/master@{#29386}
src/flag-definitions.h
patch
|
blob
|
history
diff --git
a/src/flag-definitions.h
b/src/flag-definitions.h
index
2f45087
..
d1da943
100644
(file)
--- 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 "