 Chromium Code Reviews
 Chromium Code Reviews Issue 2653753007:
  [tests] Cleanup tests that use assertOptimized()/assertUnoptimized().  (Closed)
    
  
    Issue 2653753007:
  [tests] Cleanup tests that use assertOptimized()/assertUnoptimized().  (Closed) 
  | 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, |