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

Unified Diff: src/flag-definitions.h

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Created 3 years, 11 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 259118e009011257d198a012403ae55db1777cb0..1db2ad0e4b1ea78c36926469ae05be88ebccec77 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -488,6 +488,7 @@ DEFINE_BOOL(turbo_store_elimination, true,
"enable store-store elimination in TurboFan")
DEFINE_BOOL(turbo_lower_create_closure, false,
"enable inline allocation for closure instantiation")
+DEFINE_IMPLICATION(turbo, crankshaft)
Michael Starzinger 2017/01/26 16:51:46 nit: Can you leave a "// TODO(turbofan): Rename --
Igor Sheludko 2017/01/26 17:01:40 Done.
// Flags to help platform porters
DEFINE_BOOL(minimal, false,
« no previous file with comments | « src/d8.cc ('k') | test/cctest/heap/test-heap.cc » ('j') | test/cctest/heap/test-heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698