Chromium Code Reviews| Index: runtime/vm/flow_graph_allocator.h |
| diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h |
| index 27f8fc399c02565d2073fa90a5ce2badf30d368b..17a9ce1751ea0be7e52b1223fa994ae881c0f1af 100644 |
| --- a/runtime/vm/flow_graph_allocator.h |
| +++ b/runtime/vm/flow_graph_allocator.h |
| @@ -19,6 +19,8 @@ class UsePosition; |
| class FlowGraphAllocator : public ValueObject { |
| public: |
| + static const intptr_t kDoubleSpillSlotFactor = kDoubleSize / kWordSize; |
|
Vyacheslav Egorov (Google)
2012/08/30 09:24:35
you copied the constant but not the comment.
Kevin Millikin (Google)
2012/08/30 10:02:21
I restored the comment.
|
| + |
| explicit FlowGraphAllocator(const FlowGraph& flow_graph); |
| void AllocateRegisters(); |