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

Issue 19857006: Introduce StackOperandForArgument for X64 to access stack argument (Closed)

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

Description

Introduce StackOperandForArgument for X64 to access stack argument

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use kPCOnStackSize directly #

Patch Set 3 : One more place #

Total comments: 1

Patch Set 4 : Return to the original approach #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -92 lines) Patch
src/x64/builtins-x64.cc View 1 2 3 8 chunks +10 lines, -8 lines 2 comments Download
src/x64/code-stubs-x64.cc View 1 2 3 32 chunks +44 lines, -43 lines 0 comments Download
src/x64/ic-x64.cc View 1 2 3 7 chunks +8 lines, -7 lines 0 comments Download
src/x64/macro-assembler-x64.h View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
src/x64/stub-cache-x64.cc View 1 2 3 26 chunks +34 lines, -34 lines 2 comments Download

Messages

Total messages: 8 (0 generated)
haitao.feng
This abstraction uses the new introduced kPCOnStackSize constant and makes the stack argument access logic ...
7 years, 5 months ago (2013-07-23 14:14:28 UTC) #1
danno
https://codereview.chromium.org/19857006/diff/1/src/x64/macro-assembler-x64.h File src/x64/macro-assembler-x64.h (right): https://codereview.chromium.org/19857006/diff/1/src/x64/macro-assembler-x64.h#newcode1521 src/x64/macro-assembler-x64.h:1521: inline Operand StackArgumentOperand(int32_t disp) { Please just call this ...
7 years, 5 months ago (2013-07-24 22:32:52 UTC) #2
haitao.feng
danno, thanks for the review. In patch set 2, I use kPCOnStackSize directly for stack ...
7 years, 5 months ago (2013-07-25 04:14:42 UTC) #3
haitao.feng
I originally used __q annotation in this place for some reason. Now I use __a ...
7 years, 5 months ago (2013-07-25 06:31:49 UTC) #4
danno
I actually prefer your original approach that wraps the operands with utility functions, I think ...
7 years, 5 months ago (2013-07-25 19:56:18 UTC) #5
haitao.feng
Danno, thanks a lot for your review. I choose the name StackOperandForArgument as either the ...
7 years, 5 months ago (2013-07-26 02:39:18 UTC) #6
danno
Thanks for addressing comments, however, I can't review this patch, since I get "error: old ...
7 years, 4 months ago (2013-07-30 10:59:17 UTC) #7
haitao.feng
7 years, 4 months ago (2013-07-30 12:18:15 UTC) #8
Closed this issue and re-upload to https://codereview.chromium.org/21123008/.

Powered by Google App Engine
This is Rietveld 408576698