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

Issue 19748003: 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

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -37 lines) Patch
M src/arm/deoptimizer-arm.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 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 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 1 chunk +11 lines, -0 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
haitao.feng
Those constants will help introduce X32 port. They are from danno's comments on https://codereview.chromium.org/18014003/. kRegisterSize ...
7 years, 5 months ago (2013-07-18 08:42:51 UTC) #1
danno
https://codereview.chromium.org/19748003/diff/1/src/deoptimizer.h File src/deoptimizer.h (right): https://codereview.chromium.org/19748003/diff/1/src/deoptimizer.h#newcode513 src/deoptimizer.h:513: void SetCallerPc(unsigned offset, intptr_t value) { A difference copy ...
7 years, 5 months ago (2013-07-18 10:51:23 UTC) #2
haitao.feng
Thanks for the review. Comments addressed. https://codereview.chromium.org/19748003/diff/1/src/deoptimizer.h File src/deoptimizer.h (right): https://codereview.chromium.org/19748003/diff/1/src/deoptimizer.h#newcode513 src/deoptimizer.h:513: void SetCallerPc(unsigned offset, ...
7 years, 5 months ago (2013-07-18 12:18:20 UTC) #3
danno
lgtm if all tests pass on ia32, x64 and ARM.
7 years, 5 months ago (2013-07-18 12:55:04 UTC) #4
haitao.feng
On my machine, 100% pass when make [ia32|x64|arm].release.check -j8.
7 years, 5 months ago (2013-07-18 13:17:13 UTC) #5
haitao.feng
7 years, 5 months ago (2013-07-19 11:40:09 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698