Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: runtime/vm/constants_x64.h

Issue 8984003: Port code generator to x64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/constants_x64.h
===================================================================
--- runtime/vm/constants_x64.h (revision 2547)
+++ runtime/vm/constants_x64.h (working copy)
@@ -135,6 +135,11 @@
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_X64_H_

Powered by Google App Engine
This is Rietveld 408576698