Chromium Code Reviews| Index: frog/leg/compiler.dart |
| =================================================================== |
| --- frog/leg/compiler.dart (revision 4024) |
| +++ frog/leg/compiler.dart (working copy) |
| @@ -7,6 +7,7 @@ |
| TreeElements resolutionTree; |
| Function run; |
| Map<int, BailoutInfo> bailouts = null; |
| + bool allowSpeculativeOptimization = true; |
| WorkItem.toCompile(this.element) : resolutionTree = null { |
| run = this.compile; |