Reviewers: Yang,

Message:
Hi Yang,
This begins the process we discussed, please have a look, thx!
--Michael

Description:
Refactoring InterfaceDescriptors away from code-stubs.h

Clean up and create seperation between the concept of a call descriptor and a code stub interface descriptor. The former is just concerned with how to call,
but the latter has many extra hints related to code generation and
deoptimization for the implementation of a particular code stub.

Please review this at https://codereview.chromium.org/517993002/

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

Affected files (+286, -235 lines):
  M BUILD.gn
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/hydrogen.cc
  M src/ia32/code-stubs-ia32.cc
  A src/ia32/interface-descriptors-ia32.cc
  A src/interface-descriptors.h
  A src/interface-descriptors.cc
  M src/isolate.h
  M src/isolate.cc
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to