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

Unified Diff: runtime/vm/deopt_instructions.h

Issue 744793002: Reland and fix bug: Don't store redundant compile-type at values. (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/deopt_instructions.h
===================================================================
--- runtime/vm/deopt_instructions.h (revision 41847)
+++ runtime/vm/deopt_instructions.h (working copy)
@@ -444,6 +444,8 @@
}
private:
+ friend class CompilerDeoptInfo; // For current_info_number_.
+
class TrieNode;
CpuRegisterSource ToCpuRegisterSource(const Location& loc);

Powered by Google App Engine
This is Rietveld 408576698