| Index: runtime/vm/compiler.cc
|
| ===================================================================
|
| --- runtime/vm/compiler.cc (revision 10708)
|
| +++ runtime/vm/compiler.cc (working copy)
|
| @@ -405,8 +405,7 @@
|
| if (FLAG_disassemble) {
|
| DisassembleCode(function, optimized);
|
| } else if (FLAG_disassemble_optimized && optimized) {
|
| - // Print unoptimized code along with the optimized code.
|
| - DisassembleCode(function, false);
|
| + // TODO(fschneider): Print unoptimized code along with the optimized code.
|
| DisassembleCode(function, true);
|
| }
|
| isolate->set_long_jump_base(base);
|
|
|