Index: runtime/vm/code_generator_ia32.h |
=================================================================== |
--- runtime/vm/code_generator_ia32.h (revision 7417) |
+++ runtime/vm/code_generator_ia32.h (working copy) |
@@ -77,6 +77,7 @@ |
void GenerateCode(); |
virtual void GenerateDeferredCode(); |
+ virtual void InitGenerator(); |
regis
2012/05/08 21:26:41
Add comment explaining why you factorize this init
srdjan
2012/05/08 21:43:18
// Constructor is lighweight, major initialization
|
#define DEFINE_VISITOR_FUNCTION(type, name) \ |
virtual void Visit##type(type* node); |