Chromium Code Reviews| Index: runtime/vm/constants_ia32.h |
| =================================================================== |
| --- runtime/vm/constants_ia32.h (revision 2287) |
| +++ runtime/vm/constants_ia32.h (working copy) |
| @@ -119,6 +119,10 @@ |
| DISALLOW_IMPLICIT_CONSTRUCTORS(Instr); |
| }; |
| +// The largest multibyte nop we will emit. This could go up to 15 if it |
| +// becomes important to us. |
| +const int MAX_NOP_SIZE = 8; |
| + |
| } // namespace dart |
| #endif // VM_CONSTANTS_IA32_H_ |