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

Issue 2042063002: Created Ice::Instrumentation base class and accompanying hooks. (Closed)

Created:
4 years, 6 months ago by tlively
Modified:
4 years, 6 months 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

Created Ice::Instrumentation base class and accompanying hooks. Also added a command line flag for AddressSanitizer BUG=None R=kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=aab7099ee8e86bdadff39106fec0a970b773a535

Patch Set 1 #

Total comments: 32

Patch Set 2 : Added minimum build checks, fixed other issues. #

Total comments: 8

Patch Set 3 : Style and comment fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -0 lines) Patch
M Makefile.standalone View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceCfg.cpp View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M src/IceClFlags.def View 2 chunks +6 lines, -0 lines 0 comments Download
M src/IceCompileServer.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/IceGlobalContext.h View 1 4 chunks +16 lines, -0 lines 0 comments Download
M src/IceGlobalContext.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
A src/IceInstrumentation.h View 1 2 1 chunk +147 lines, -0 lines 0 comments Download
A src/IceInstrumentation.cpp View 1 2 1 chunk +108 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
tlively
4 years, 6 months ago (2016-06-06 21:46:48 UTC) #3
Karl
Here is my initial feedback on this CL. https://codereview.chromium.org/2042063002/diff/1/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/2042063002/diff/1/src/IceCfg.cpp#newcode242 src/IceCfg.cpp:242: // ...
4 years, 6 months ago (2016-06-06 22:27:03 UTC) #4
Roland McGrath
https://codereview.chromium.org/2042063002/diff/1/src/IceGlobalContext.h File src/IceGlobalContext.h (right): https://codereview.chromium.org/2042063002/diff/1/src/IceGlobalContext.h#newcode433 src/IceGlobalContext.h:433: Instrumentor = std::unique_ptr<class Instrumentation>(Instr); The class keyword is superfluous ...
4 years, 6 months ago (2016-06-06 22:28:45 UTC) #6
tlively
https://codereview.chromium.org/2042063002/diff/1/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/2042063002/diff/1/src/IceCfg.cpp#newcode242 src/IceCfg.cpp:242: // TODO(tlively): Never sanitize in the minimal build. On ...
4 years, 6 months ago (2016-06-07 00:43:06 UTC) #7
Karl
Also added Jim to the reviewers list. https://codereview.chromium.org/2042063002/diff/1/src/IceInstrumentation.h File src/IceInstrumentation.h (right): https://codereview.chromium.org/2042063002/diff/1/src/IceInstrumentation.h#newcode22 src/IceInstrumentation.h:22: #pragma clang ...
4 years, 6 months ago (2016-06-07 14:42:41 UTC) #9
tlively
https://codereview.chromium.org/2042063002/diff/20001/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/2042063002/diff/20001/src/IceCfg.cpp#newcode243 src/IceCfg.cpp:243: if (!BuildDefs::minimal()) { On 2016/06/07 14:42:40, Karl wrote: > ...
4 years, 6 months ago (2016-06-07 18:14:42 UTC) #10
Karl
lgtm
4 years, 6 months ago (2016-06-07 20:50:56 UTC) #11
tlively
4 years, 6 months ago (2016-06-07 20:55:04 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
aab7099ee8e86bdadff39106fec0a970b773a535 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698