Reviewers: Benedikt Meurer,
Description:
[turbofan] Enable sharing of context-independent code.
[email protected]
Please review this at https://codereview.chromium.org/1215643002/
Base URL: https://chromium.googlesource.com/v8/v8.git@local_opt-code-map-4
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
f925e01938100c726b6328fbcc1140e7e7bc192a..0b2310bc7412a1d4ab5a255fd02d5b6c1af58928
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -430,7 +430,7 @@ DEFINE_BOOL(turbo_stress_loop_peeling, false,
"stress loop peeling optimization")
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, false, "cache context-independent
code")
+DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent
code")
DEFINE_INT(typed_array_max_size_in_heap, 64,
"threshold for in-heap typed array")
--
--
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.