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

Unified Diff: runtime/vm/intermediate_language.h

Issue 575443002: Refactor generating lazy deoptimization descriptors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 months 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/intermediate_language.h
===================================================================
--- runtime/vm/intermediate_language.h (revision 40150)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -8373,7 +8373,9 @@
}
void DeepCopyTo(Isolate* isolate, Instruction* instr) const;
- void DeepCopyToOuter(Isolate* isolate, Instruction* instr) const;
+ void DeepCopyToOuter(Isolate* isolate,
+ Instruction* instr,
+ intptr_t input_count) const;
void PrintTo(BufferFormatter* f) const;
const char* ToCString() const;

Powered by Google App Engine
This is Rietveld 408576698