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

Unified Diff: runtime/vm/flow_graph_allocator.h

Issue 678763004: Make CTX allocatable by the register allocator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: incorporated latest comments Created 6 years, 2 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/flow_graph_allocator.h
===================================================================
--- runtime/vm/flow_graph_allocator.h (revision 41393)
+++ runtime/vm/flow_graph_allocator.h (working copy)
@@ -129,6 +129,9 @@
void ProcessOneInstruction(BlockEntryInstr* block,
Instruction* instr,
BitVector* interference_set);
+
+ static const intptr_t kNormalEntryPos = 2;
+
void ProcessInitialDefinition(Definition* defn,
LiveRange* range,
BlockEntryInstr* block);

Powered by Google App Engine
This is Rietveld 408576698