Chromium Code Reviews| Index: runtime/vm/assembler.cc |
| =================================================================== |
| --- runtime/vm/assembler.cc (revision 25620) |
| +++ runtime/vm/assembler.cc (working copy) |
| @@ -15,11 +15,6 @@ |
| DEFINE_FLAG(bool, code_comments, false, |
| "Include comments into code and disassembly"); |
| -// TODO(zra): Remove once far branches are enabled automatically on a |
| -// per-function basis. |
| -#if defined(TARGET_ARCH_ARM) || defined(TARGET_ARCH_MIPS) |
| -DEFINE_FLAG(bool, use_far_branches, false, "Enable far branches"); |
|
srdjan
2013/07/31 22:52:27
I do not think there is any harm defining this fla
zra
2013/08/01 00:28:32
Added back
|
| -#endif |
| static uword NewContents(intptr_t capacity) { |