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

Unified Diff: src/flag-definitions.h

Issue 714613002: Fix bugs in simplified lowering relating to int32/uint32 signs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 5f2a67285093ffb0cb97cc4bec074cf292f9f2ac..c5c955db77be87f59d95f4abbab2d17f5d9ecc9e 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -388,6 +388,7 @@ DEFINE_BOOL(loop_assignment_analysis, true, "perform loop assignment analysis")
DEFINE_IMPLICATION(turbo_inlining_intrinsics, turbo_inlining)
DEFINE_IMPLICATION(turbo_inlining, turbo_types)
DEFINE_BOOL(turbo_profiling, false, "enable profiling in TurboFan")
+DEFINE_BOOL(turbo_mod_range, false, "enable ranging of modulus")
DEFINE_INT(typed_array_max_size_in_heap, 64,
"threshold for in-heap typed array")

Powered by Google App Engine
This is Rietveld 408576698