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

Issue 17581004: Move ExitFrame::ComputeStackPointer from frames-<arch>.cc to frames.cc (Closed)

Created:
7 years, 6 months ago by yurys
Modified:
7 years, 6 months ago
Reviewers:
Sven Panne, loislo
CC:
v8-dev, alph
Visibility:
Public.

Description

Move ExitFrame::ComputeStackPointer from frames-<arch>.cc to frames.cc The method has identical implementation for all architectures. Moved it into frames.cc Drive-by: deleted SafeStackFrameIterator::is_working_iterator_, SafeStackFrameIterator::iteration_done_ is used instead. BUG=None R=loislo@chromium.org, svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15293

Patch Set 1 #

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

Messages

Total messages: 4 (0 generated)
yurys
7 years, 6 months ago (2013-06-24 13:00:45 UTC) #1
loislo
lgtm
7 years, 6 months ago (2013-06-24 13:06:50 UTC) #2
Sven Panne
lgtm
7 years, 6 months ago (2013-06-24 13:06:56 UTC) #3
yurys
7 years, 6 months ago (2013-06-24 13:28:02 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r15293 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698