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

Issue 19802002: Introduce kRegisterSize, kPCOnStackSize and kFPOnStackSize constants (Closed)

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

Description

Introduce kRegisterSize, kPCOnStackSize and kFPOnStackSize constants BUG=None R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15829

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -37 lines) Patch
M src/arm/deoptimizer-arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 11 chunks +27 lines, -25 lines 0 comments Download
M src/frames.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/frames.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 1 chunk +9 lines, -6 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/lithium.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
haitao.feng
This is migrated from https://codereview.chromium.org/19748003/.
7 years, 5 months ago (2013-07-19 11:39:14 UTC) #1
haitao.feng
danno, could you give a lgtm to this one? I will use these constants to ...
7 years, 5 months ago (2013-07-22 13:36:01 UTC) #2
danno
https://codereview.chromium.org/19802002/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/19802002/diff/1/src/deoptimizer.cc#newcode1268 src/deoptimizer.cc:1268: unsigned fixed_frame_entries = (kPCOnStackSize/kPointerSize) + nit here and on ...
7 years, 5 months ago (2013-07-22 21:35:16 UTC) #3
haitao.feng
Thanks for the review. https://codereview.chromium.org/19802002/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): https://codereview.chromium.org/19802002/diff/1/src/deoptimizer.cc#newcode1268 src/deoptimizer.cc:1268: unsigned fixed_frame_entries = (kPCOnStackSize/kPointerSize) + ...
7 years, 5 months ago (2013-07-23 01:57:16 UTC) #4
danno
lgtm
7 years, 5 months ago (2013-07-23 12:34:53 UTC) #5
haitao.feng
7 years, 5 months ago (2013-07-23 13:47:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r15829 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698