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

Unified Diff: runtime/vm/flow_graph_allocator.h

Issue 10824165: Ensure that ia32 build passes all tests with --use-ssa on. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | runtime/vm/flow_graph_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_allocator.h
diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
index 6324b6957cfb4e3bd8bea9ce801ef08215013aba..0022109b85eafe572457cdef9e0d347d5cb3766f 100644
--- a/runtime/vm/flow_graph_allocator.h
+++ b/runtime/vm/flow_graph_allocator.h
@@ -91,7 +91,7 @@ class FlowGraphAllocator : public ValueObject {
Instruction* ConnectOutgoingPhiMoves(BlockEntryInstr* block);
void ProcessOneInstruction(BlockEntryInstr* block, Instruction* instr);
void ConnectIncomingPhiMoves(BlockEntryInstr* block);
- void BlockLocation(Location loc, intptr_t pos);
+ void BlockLocation(Location loc, intptr_t from, intptr_t to);
// Process live ranges sorted by their start and assign registers
// to them
@@ -346,6 +346,7 @@ class AllocationFinger : public ValueObject {
}
void Initialize(LiveRange* range);
+ void UpdateAfterSplit(intptr_t first_use_after_split_pos);
bool Advance(intptr_t start);
UseInterval* first_pending_use_interval() const {
« no previous file with comments | « no previous file | runtime/vm/flow_graph_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698