Reviewers: Kevin Millikin,

Message:
A small review for you.

I'm breaking up my large changelist for cleaning up header file dependencies
into a series of smaller changes. Otherwise it seems to hard to keep track of
the exact reason for each  individual diff.


Description:
Move 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).


Please review this at http://codereview.chromium.org/585004

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/codegen-inl.h
  M     src/codegen.h
  M     src/codegen.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to