DescriptionMove class declaration of Comment from codegen-inl.h to codegen.h
-inl.h files should only contains small inline functions and
no class declarations. Implementation moved to codegen.cc since
it's not a performance critical class (only used in DEBUG mode).
Committed: http://code.google.com/p/v8/source/detail?r=3812
Patch Set 1 #
Total comments: 2
Patch Set 2 : v2 #
Messages
Total messages: 3 (0 generated)
|