Index: runtime/vm/code_generator_arm.h |
=================================================================== |
--- runtime/vm/code_generator_arm.h (revision 4578) |
+++ runtime/vm/code_generator_arm.h (working copy) |
@@ -46,6 +46,9 @@ |
int num_arguments, |
const Array& optional_arguments_names); |
+ // Return true if the VM may optimize functions. |
+ static bool CanOptimize(); |
+ |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(CodeGenerator); |
}; |