Reviewers: Erik Corry,

Message:
This change isn't as big as it looks, it's all in the includes.  Here's
a resume:

virtual-frame.h now needs to have register-allocator-inl.h included
after it, so I've made r-a-inl.h include v-f.h and changed all included
of v-f.h to r-a-inl.h.

I've also changed all includes of codegen.h to codegen-inl.h.  There's
nothing in that file right now except the "Comment" class, but if we
ever put inline codegen member functions there we will want it included
wherever codegen.h is now.



Description:
Inline the Result::Unuse member function and change the Result
destructor to no longer invalidate the result.


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

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

Affected files:
   M     src/codegen-arm.cc
   M     src/codegen-ia32.cc
   M     src/codegen.cc
   M     src/disassembler.cc
   M     src/jump-target-arm.cc
   M     src/jump-target-ia32.cc
   M     src/jump-target.cc
   M     src/register-allocator-arm.cc
   M     src/register-allocator-ia32.cc
   A     src/register-allocator-inl.h
   M     src/register-allocator.h
   src/register-allocator.cc
   M     src/virtual-frame-arm.cc
   M     src/virtual-frame-ia32.cc
   M     src/virtual-frame.cc



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

Reply via email to