Reviewers: Weiliang, mvstanton,

Message:
weiliang,
please review this porting patch.
thanks

Description:
X87: The IC exposes a register definition.

port r22011

original commit message:
  Centralize a register definition in an IC that provides:
  1) symbolic names for the register (like, edx == receiver)
  2) defines ordering when passed on the stack

  Code that implements or uses the IC should use this definition instead of
"knowing" what the registers are. Or at least have the definition to validate
it's assumptions.

  As a side effect of avoiding runtime static initializers (enforced by
tools/check-static-initializers.sh, neat), I gave ownership of the registers
array to CodeStubInterfaceDescriptor. This prompted a cleanup of that struct

BUG=

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

SVN Base: https://github.com/v8/v8.git@master

Affected files (+130, -170 lines):
  M src/x87/code-stubs-x87.cc
  M src/x87/deoptimizer-x87.cc
  M src/x87/ic-x87.cc
  M src/x87/stub-cache-x87.cc


--
--
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