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

Issue 10831005: Emit symbol maps for compiled code for use by the Linux perf tool. (Closed)

Created:
8 years, 5 months ago by cshapiro
Modified:
8 years, 5 months ago
Reviewers:
turnidge, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Emit symbol maps for compiled code for use by the Linux perf tool. Committed: https://code.google.com/p/dart/source/detail?r=9922

Patch Set 1 #

Patch Set 2 : pre-review changes #

Total comments: 4

Patch Set 3 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -9 lines) Patch
M runtime/bin/main.cc View 1 2 5 chunks +36 lines, -0 lines 0 comments Download
M runtime/bin/process.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/process_linux.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/bin/process_macos.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/bin/process_win.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/include/dart_api.h View 1 1 chunk +6 lines, -2 lines 0 comments Download
M runtime/vm/dart.h View 1 chunk +13 lines, -4 lines 0 comments Download
M runtime/vm/dart.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +6 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 3 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
cshapiro
8 years, 5 months ago (2012-07-25 04:34:58 UTC) #1
siva
lgtm https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc#newcode148 runtime/bin/main.cc:148: #endif Could you abstract this away into os.h ...
8 years, 5 months ago (2012-07-25 22:25:23 UTC) #2
cshapiro
https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc#newcode148 runtime/bin/main.cc:148: #endif I do not feel good about that as ...
8 years, 5 months ago (2012-07-25 22:52:53 UTC) #3
siva
https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc#newcode148 runtime/bin/main.cc:148: #endif Sorry I meant platform.h which is in the ...
8 years, 5 months ago (2012-07-25 23:19:52 UTC) #4
cshapiro
8 years, 5 months ago (2012-07-26 00:14:19 UTC) #5
https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc
File runtime/bin/main.cc (right):

https://chromiumcodereview.appspot.com/10831005/diff/2001/runtime/bin/main.cc...
runtime/bin/main.cc:148: #endif
Per our off-line conversation, I will add a TODO reminding us to find a better
place for this code.

Powered by Google App Engine
This is Rietveld 408576698