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

Issue 1448773002: Subzero: Do some cleanup on the regalloc code. (Closed)

Created:
5 years, 1 month ago by Jim Stichnoth
Modified:
5 years, 1 month ago
Reviewers:
Karl, sehr, John
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: Do some cleanup on the regalloc code. No functional changes, as measured by identical spec2k asm output. 1. Use early "return" and "continue" to reduce "if" nesting. 2. Reflow comments to 80 columns (instead of presumably 79). 3. Add some BuildDefs::dump() tests to reduce translator code size. BUG= none R=kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=a1da6ff9af30f2cf95b9232f9d80f35e97514221

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix conditional #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -132 lines) Patch
M src/IceRegAlloc.cpp View 1 20 chunks +116 lines, -132 lines 0 comments Download
M src/IceTargetLowering.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
Jim Stichnoth
https://codereview.chromium.org/1448773002/diff/1/src/IceRegAlloc.cpp File src/IceRegAlloc.cpp (right): https://codereview.chromium.org/1448773002/diff/1/src/IceRegAlloc.cpp#newcode498 src/IceRegAlloc.cpp:498: const bool IsSingleDefAssign = IsAssign and IsSingleDef are combined ...
5 years, 1 month ago (2015-11-15 18:24:43 UTC) #4
Karl
lgtm
5 years, 1 month ago (2015-11-16 16:16:24 UTC) #5
Jim Stichnoth
5 years, 1 month ago (2015-11-16 23:59:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a1da6ff9af30f2cf95b9232f9d80f35e97514221 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698