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

Issue 1147023007: Subzero: Basic Block Profiler. (Closed)

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

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Adds Basic Block Profiling. #

Patch Set 4 : Adds Basic Block Profiling. #

Patch Set 5 : Adds Basic Block Profiling. #

Total comments: 61

Patch Set 6 : Addresses review comments. #

Patch Set 7 : Adds a $ to the profiler generated labels. #

Total comments: 2

Patch Set 8 : Named constants; fflush; clang-format. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -20 lines) Patch
M Makefile.standalone View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M pydir/build-runtime.py View 1 2 3 4 5 2 chunks +30 lines, -5 lines 0 comments Download
M pydir/szbuild.py View 1 2 3 4 5 2 chunks +6 lines, -1 line 0 comments Download
A runtime/szrt_profiler.c View 1 2 3 4 5 6 7 1 chunk +59 lines, -0 lines 0 comments Download
M src/IceCfg.h View 1 2 3 4 5 3 chunks +18 lines, -0 lines 0 comments Download
M src/IceCfg.cpp View 1 2 3 4 5 6 7 3 chunks +74 lines, -0 lines 0 comments Download
M src/IceCfgNode.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/IceCfgNode.cpp View 1 2 3 4 5 2 chunks +28 lines, -0 lines 0 comments Download
M src/IceClFlags.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M src/IceClFlags.cpp View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M src/IceELFObjectWriter.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M src/IceGlobalContext.cpp View 1 2 3 4 5 6 7 12 chunks +69 lines, -3 lines 0 comments Download
M src/IceTargetLoweringX8632.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M src/IceThreading.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/IceThreading.cpp View 1 2 3 4 5 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
John
Some comments. https://codereview.chromium.org/1147023007/diff/80001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1147023007/diff/80001/Makefile.standalone#newcode288 Makefile.standalone:288: runtime.is.built: $(RT_SRC) pydir/build-runtime.py I found it useful ...
5 years, 6 months ago (2015-06-08 21:33:17 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/1147023007/diff/80001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1147023007/diff/80001/Makefile.standalone#newcode288 Makefile.standalone:288: runtime.is.built: $(RT_SRC) pydir/build-runtime.py On 2015/06/08 21:33:16, John wrote: > ...
5 years, 6 months ago (2015-06-08 23:45:32 UTC) #3
John
Ready for second pass. https://codereview.chromium.org/1147023007/diff/80001/pydir/build-runtime.py File pydir/build-runtime.py (right): https://codereview.chromium.org/1147023007/diff/80001/pydir/build-runtime.py#newcode83 pydir/build-runtime.py:83: # Translate tempdir/szrt.ll and tempdir/szrt_ll.ll ...
5 years, 6 months ago (2015-06-09 15:36:20 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/1147023007/diff/80001/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/1147023007/diff/80001/src/IceCfg.cpp#newcode81 src/IceCfg.cpp:81: constexpr char BlockStatsGlobalPrefix[] = ".Lprofile_"; On 2015/06/09 15:36:18, John ...
5 years, 6 months ago (2015-06-09 16:39:46 UTC) #5
John
Ready for third pass. https://codereview.chromium.org/1147023007/diff/80001/src/IceCfg.cpp File src/IceCfg.cpp (right): https://codereview.chromium.org/1147023007/diff/80001/src/IceCfg.cpp#newcode81 src/IceCfg.cpp:81: constexpr char BlockStatsGlobalPrefix[] = ".Lprofile_"; ...
5 years, 6 months ago (2015-06-09 22:01:16 UTC) #6
Jim Stichnoth
lgtm
5 years, 6 months ago (2015-06-09 23:10:49 UTC) #7
John
5 years, 6 months ago (2015-06-10 01:06:24 UTC) #8
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
f8b4cc8462abb12773f47ddb7ad6fe5f60aee4b6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698