Reviewers: Weiliang,

Message:
PTAL>

Description:
X87: Unify the stack layout for construct frames.

port 876ae425980f67f489323671f13d2314b0ce0a91 (r29292).

original commit message:

   The stack layout was different for different ports.

BUG=

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -1 lines):
  M src/x87/frames-x87.h


Index: src/x87/frames-x87.h
diff --git a/src/x87/frames-x87.h b/src/x87/frames-x87.h
index e3876bc72283ca0e5d7ba1809f0c801bea176498..b1865572c4b347830679c1c594c6ee380108b1d2 100644
--- a/src/x87/frames-x87.h
+++ b/src/x87/frames-x87.h
@@ -93,7 +93,6 @@ class ConstructFrameConstants : public AllStatic {
  public:
   // FP-relative.
   static const int kImplicitReceiverOffset = -5 * kPointerSize;
-  static const int kConstructorOffset      = kMinInt;
   static const int kLengthOffset           = -4 * kPointerSize;
static const int kCodeOffset = StandardFrameConstants::kExpressionsOffset;



--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to