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 656123003: Subzero: Class definition cleanup. (Closed)

Created:
6 years, 2 months ago by Jim Stichnoth
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: Class definition cleanup. For consistency, put deleted ctors at the beginning of the class definition. If the default copy ctor or assignment operator is not deleted, and the default implementation is used, leave it commented out to indicate it is intentional. Also, fixed one C++11 related TODO. BUG= none R=jvoung@chromium.org, kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=7b451a928d91d1c38805c7a53e18519000fe7c42

Patch Set 1 #

Total comments: 7

Patch Set 2 : Changes for Karl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -221 lines) Patch
M src/IceCfg.h View 3 chunks +5 lines, -7 lines 0 comments Download
M src/IceCfg.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/IceCfgNode.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/IceConverter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/IceGlobalContext.h View 3 chunks +6 lines, -2 lines 0 comments Download
M src/IceInst.h View 33 chunks +66 lines, -46 lines 0 comments Download
M src/IceInstX8632.h View 1 71 chunks +138 lines, -96 lines 0 comments Download
M src/IceIntrinsics.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/IceLiveness.h View 2 chunks +5 lines, -6 lines 0 comments Download
M src/IceOperand.h View 1 16 chunks +28 lines, -20 lines 0 comments Download
M src/IceRNG.h View 2 chunks +7 lines, -7 lines 0 comments Download
M src/IceTargetLowering.h View 4 chunks +10 lines, -11 lines 0 comments Download
M src/IceTargetLoweringX8632.h View 3 chunks +6 lines, -4 lines 0 comments Download
M src/IceTimerTree.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/IceTranslator.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/PNaClTranslator.h View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Jim Stichnoth
6 years, 2 months ago (2014-10-15 19:28:12 UTC) #2
Karl
LGTM otherwise. https://codereview.chromium.org/656123003/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/656123003/diff/1/src/IceInst.h#newcode183 src/IceInst.h:183: : Inst(Func, Kind, MaxSrcs, Dest) {} Is ...
6 years, 2 months ago (2014-10-15 19:59:13 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/656123003/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/656123003/diff/1/src/IceInst.h#newcode183 src/IceInst.h:183: : Inst(Func, Kind, MaxSrcs, Dest) {} On 2014/10/15 19:59:12, ...
6 years, 2 months ago (2014-10-15 20:23:44 UTC) #4
Karl
lgtm https://codereview.chromium.org/656123003/diff/1/src/IceInst.h File src/IceInst.h (right): https://codereview.chromium.org/656123003/diff/1/src/IceInst.h#newcode183 src/IceInst.h:183: : Inst(Func, Kind, MaxSrcs, Dest) {} On 2014/10/15 ...
6 years, 2 months ago (2014-10-15 20:29:12 UTC) #5
jvoung (off chromium)
LGTM too -- there are a couple of "delete" that can be moved up in ...
6 years, 2 months ago (2014-10-15 21:23:38 UTC) #6
Jim Stichnoth
On 2014/10/15 21:23:38, jvoung wrote: > LGTM too -- there are a couple of "delete" ...
6 years, 2 months ago (2014-10-15 21:38:57 UTC) #7
Jim Stichnoth
6 years, 2 months ago (2014-10-15 21:39:42 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7b451a928d91d1c38805c7a53e18519000fe7c42 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698