Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Issue 20073004: Introduce the SetFp function in StackHandler (Closed)

Created:
7 years, 5 months ago by haitao.feng
Modified:
7 years, 4 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Introduce the SetFp function in StackHandler The FP setting is different for X32 than the other platforms as kFPOnStackSize is double the kPointerSize and we have to clear the higher 32 bits to 0. R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15966

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -6 lines) Patch
M src/arm/frames-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/frames.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/frames.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/frames-ia32.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/frames-x64.h View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
haitao.feng
Address danno's comment on https://codereview.chromium.org/18014003/. https://codereview.chromium.org/20073004/diff/1/src/frames.h File src/frames.h (left): https://codereview.chromium.org/20073004/diff/1/src/frames.h#oldcode180 src/frames.h:180: }; +2 * kPCOnStackSize ...
7 years, 5 months ago (2013-07-24 06:09:17 UTC) #1
danno
https://codereview.chromium.org/20073004/diff/1/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/20073004/diff/1/src/frames.cc#newcode1525 src/frames.cc:1525: StackHandlerConstants::kSlotCount == 6); I think this assert needs to ...
7 years, 5 months ago (2013-07-24 13:28:57 UTC) #2
haitao.feng
danno, thanks for the review. https://codereview.chromium.org/20073004/diff/1/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/20073004/diff/1/src/frames.cc#newcode1525 src/frames.cc:1525: StackHandlerConstants::kSlotCount == 6); On ...
7 years, 5 months ago (2013-07-24 13:44:17 UTC) #3
danno
lgtm
7 years, 4 months ago (2013-07-30 11:03:53 UTC) #4
haitao.feng
7 years, 4 months ago (2013-07-31 00:00:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15966 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698