| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 9089)
|
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy)
|
| @@ -870,7 +870,7 @@
|
|
|
| void FlowGraphCompiler::CompileGraph() {
|
| InitCompiler();
|
| - if (TryIntrinsify()) {
|
| + if (CanOptimize() && TryIntrinsify()) {
|
| // Although this intrinsified code will never be patched, it must satisfy
|
| // CodePatcher::CodeIsPatchable, which verifies that this code has a minimum
|
| // code size, and nop(2) increases the minimum code size appropriately.
|
|
|