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

Unified Diff: runtime/vm/verified_memory.h

Issue 711833002: Support verified heap pointer writes on ia32. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 1 month 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/verified_memory.h
===================================================================
--- runtime/vm/verified_memory.h (revision 41609)
+++ runtime/vm/verified_memory.h (working copy)
@@ -81,6 +81,8 @@
#endif
friend class Assembler; // To use enabled/offset when generating code.
+ friend class FlowGraphCompiler; // To compute edge counter code size.
+ friend class Intrinsifier; // To know whether a jump is near or far.
};
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698