| Index: runtime/vm/code_generator_x64.h
|
| ===================================================================
|
| --- runtime/vm/code_generator_x64.h (revision 4582)
|
| +++ runtime/vm/code_generator_x64.h (working copy)
|
| @@ -123,10 +123,11 @@
|
| return false;
|
| }
|
|
|
| - virtual void CountBackwardLoop();
|
| -
|
| void GenerateReturnEpilog(ReturnNode* node);
|
|
|
| + // Return true if the VM may optimize functions.
|
| + static bool CanOptimize();
|
| +
|
| private:
|
| // TODO(srdjan): Remove the friendship once the two compilers are properly
|
| // structured.
|
|
|