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

Unified Diff: src/flag-definitions.h

Issue 1252463002: [turbofan] Preserve cached code across GCs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_opt-code-map-8
Patch Set: Flip default to "off", in our moment of triumph. Created 5 years, 5 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 | src/heap/objects-visiting.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 178524bc683d155ca22b69f413934ff1db2b981a..dcc4c90a9b89f75b1d70022705d08d710920e2aa 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -431,6 +431,7 @@ DEFINE_BOOL(turbo_stress_loop_peeling, false,
DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan")
DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan")
DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent code")
+DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code")
Michael Starzinger 2015/07/22 11:59:22 Note that this is still off, I want to enable it i
DEFINE_INT(typed_array_max_size_in_heap, 64,
"threshold for in-heap typed array")
« no previous file with comments | « no previous file | src/heap/objects-visiting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698