Index: runtime/vm/flow_graph_compiler_x64.h |
=================================================================== |
--- runtime/vm/flow_graph_compiler_x64.h (revision 7420) |
+++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
@@ -39,6 +39,10 @@ |
void FinalizeExceptionHandlers(const Code& code); |
private: |
+ // Constructor is lighweight, major initialization work should occur here. |
+ // This makes it easier to measure time spent in the compiler. |
+ void InitCompiler(); |
+ |
struct BlockInfo : public ZoneAllocated { |
public: |
BlockInfo() : label() { } |