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

Issue 1449523002: Eliminate stack adjustment for float-returning functions (Closed)

Created:
5 years, 1 month ago by sehr
Modified:
5 years, 1 month ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Eliminate stack adjustment for float-returning functions This involves changing AdjustStack to grow/shrink the stack, and to use that operation exclusively to move the StackAdjustment variable in lowering, rather than in call emission as before. BUG= R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=21fd103c847f7968e8df731d7bf4fa5733bd0f3f

Patch Set 1 #

Total comments: 12

Patch Set 2 : Code review comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -58 lines) Patch
M src/IceInstX86Base.h View 1 4 chunks +7 lines, -6 lines 0 comments Download
M src/IceInstX86BaseImpl.h View 1 11 chunks +24 lines, -24 lines 0 comments Download
M src/IceTargetLoweringX8632.cpp View 1 6 chunks +24 lines, -23 lines 0 comments Download
M src/IceTargetLoweringX8664.cpp View 1 1 chunk +1 line, -5 lines 0 comments Download
M src/IceTargetLoweringX86Base.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
sehr
Eliminates a sub/add pair. PTAL.
5 years, 1 month ago (2015-11-13 21:14:44 UTC) #3
Jim Stichnoth
A few small things, but otherwise LGTM. https://codereview.chromium.org/1449523002/diff/1/src/IceInstX86Base.h File src/IceInstX86Base.h (right): https://codereview.chromium.org/1449523002/diff/1/src/IceInstX86Base.h#newcode408 src/IceInstX86Base.h:408: /// AdjustStack ...
5 years, 1 month ago (2015-11-13 23:30:33 UTC) #4
sehr
Thanks for the review. Committing. https://codereview.chromium.org/1449523002/diff/1/src/IceInstX86Base.h File src/IceInstX86Base.h (right): https://codereview.chromium.org/1449523002/diff/1/src/IceInstX86Base.h#newcode408 src/IceInstX86Base.h:408: /// AdjustStack instruction - ...
5 years, 1 month ago (2015-11-14 00:30:56 UTC) #5
sehr
5 years, 1 month ago (2015-11-14 00:32:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
21fd103c847f7968e8df731d7bf4fa5733bd0f3f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698