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

Issue 643903006: Subzero: Do class definition cleanups for assembler files too. (Closed)

Created:
6 years, 2 months ago by jvoung (off chromium)
Modified:
6 years, 2 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Subzero: Do class definition cleanups for assembler files too. Similar to https://codereview.chromium.org/656123003/, but cover some of the assembler files which were avoided to avoid conflicts. BUG=none R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=f76fd3774379179427a228c29d38cc3ca1d904c1

Patch Set 1 #

Total comments: 9

Patch Set 2 : fix DEBUG/NDEBUG and ensure capacity #

Patch Set 3 : headers #

Patch Set 4 : stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -59 lines) Patch
M src/IceMemoryRegion.h View 1 2 3 2 chunks +4 lines, -7 lines 0 comments Download
M src/IceMemoryRegion.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/assembler.h View 1 2 9 chunks +22 lines, -11 lines 0 comments Download
M src/assembler.cpp View 1 2 5 chunks +8 lines, -7 lines 0 comments Download
M src/assembler_ia32.h View 1 2 11 chunks +35 lines, -32 lines 0 comments Download
M src/assembler_ia32.cpp View 1 2 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
jvoung (off chromium)
6 years, 2 months ago (2014-10-16 17:15:53 UTC) #2
Karl
https://codereview.chromium.org/643903006/diff/1/src/assembler_ia32.h File src/assembler_ia32.h (right): https://codereview.chromium.org/643903006/diff/1/src/assembler_ia32.h#newcode102 src/assembler_ia32.h:102: Operand(const Operand &other) : length_(other.length_), fixup_(other.fixup_) { Jim suggested ...
6 years, 2 months ago (2014-10-16 17:23:26 UTC) #4
Roland McGrath
The = delete comment looks odd to me, because it seems to imply that uncommenting ...
6 years, 2 months ago (2014-10-16 17:26:27 UTC) #5
Jim Stichnoth
lgtm I like Roland's suggestion. https://codereview.chromium.org/643903006/diff/1/src/assembler.h File src/assembler.h (right): https://codereview.chromium.org/643903006/diff/1/src/assembler.h#newcode125 src/assembler.h:125: #if defined(DEBUG) Should this ...
6 years, 2 months ago (2014-10-16 18:19:53 UTC) #6
jvoung (off chromium)
https://codereview.chromium.org/643903006/diff/1/src/assembler.h File src/assembler.h (right): https://codereview.chromium.org/643903006/diff/1/src/assembler.h#newcode125 src/assembler.h:125: #if defined(DEBUG) On 2014/10/16 18:19:53, stichnot wrote: > Should ...
6 years, 2 months ago (2014-10-16 19:02:37 UTC) #7
Jim Stichnoth
still lgtm
6 years, 2 months ago (2014-10-16 22:21:06 UTC) #8
jvoung (off chromium)
6 years, 2 months ago (2014-10-16 22:39:28 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
f76fd3774379179427a228c29d38cc3ca1d904c1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698