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

Issue 2107073002: Subzero: Merge SpillVariable functionality directly into Variable. (Closed)

Created:
4 years, 5 months ago by Jim Stichnoth
Modified:
4 years, 5 months ago
Reviewers:
manasijm, Karl, John, Eric Holk
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

Subzero: Merge SpillVariable functionality directly into Variable. Specifically, this is the ability to link variable B to variable A, such that if neither A nor B get a register assignment, they share a stack slot. This CL just refactors and keeps basically the same functionality, in preparation for new work on variable splitting. BUG= none R=jpp@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=e343e0660aac84a8c6369f67fde19b401ca00104

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -79 lines) Patch
M src/IceCfg.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/IceOperand.h View 1 3 chunks +21 lines, -1 line 0 comments Download
M src/IceOperand.cpp View 2 chunks +6 lines, -2 lines 0 comments Download
M src/IceTargetLoweringX8632Traits.h View 1 chunk +0 lines, -30 lines 0 comments Download
M src/IceTargetLoweringX8664Traits.h View 1 chunk +0 lines, -30 lines 0 comments Download
M src/IceTargetLoweringX86Base.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 4 chunks +10 lines, -13 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Jim Stichnoth
4 years, 5 months ago (2016-06-29 02:28:52 UTC) #3
John
lgtm everything is optional... https://codereview.chromium.org/2107073002/diff/1/src/IceOperand.h File src/IceOperand.h (right): https://codereview.chromium.org/2107073002/diff/1/src/IceOperand.h#newcode781 src/IceOperand.h:781: Var = Var->getLinkedTo(); I understand ...
4 years, 5 months ago (2016-06-29 03:50:44 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/2107073002/diff/1/src/IceOperand.h File src/IceOperand.h (right): https://codereview.chromium.org/2107073002/diff/1/src/IceOperand.h#newcode781 src/IceOperand.h:781: Var = Var->getLinkedTo(); On 2016/06/29 03:50:44, John wrote: > ...
4 years, 5 months ago (2016-06-29 04:29:35 UTC) #5
Jim Stichnoth
4 years, 5 months ago (2016-06-29 04:40:39 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e343e0660aac84a8c6369f67fde19b401ca00104 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698