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

Issue 1439893002: - Annotate instructions that load objects from the ObjectPool or Thread. (Closed)

Created:
5 years, 1 month ago by rmacnak
Modified:
5 years, 1 month ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

- Annotate instructions that load objects from the ObjectPool or Thread. - Remove disassembly tooltips. - Surface whether a function has an intrinsic or is recognized. - Mark intrinsified or ffi functions in the profile. R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/df64bb161928b504343eebfc6db6dd2b0986435e

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -50 lines) Patch
M runtime/observatory/lib/src/cpu_profile/cpu_profile.dart View 1 2 2 chunks +16 lines, -5 lines 0 comments Download
M runtime/observatory/lib/src/elements/code_view.dart View 6 chunks +14 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/code_view.html View 4 chunks +20 lines, -13 lines 0 comments Download
M runtime/observatory/lib/src/elements/cpu_profile.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/function_view.html View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/service_ref.dart View 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/service_ref.html View 1 chunk +23 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 3 7 chunks +29 lines, -7 lines 0 comments Download
M runtime/vm/disassembler.h View 3 chunks +6 lines, -3 lines 0 comments Download
M runtime/vm/disassembler.cc View 1 4 chunks +24 lines, -12 lines 0 comments Download
M runtime/vm/instructions.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/instructions_arm.cc View 1 2 3 3 chunks +38 lines, -4 lines 0 comments Download
M runtime/vm/instructions_arm64.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download
M runtime/vm/instructions_ia32.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/instructions_mips.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
M runtime/vm/instructions_x64.cc View 1 2 chunks +39 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.h View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
M runtime/vm/object_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/thread.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/thread.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
rmacnak
Also, there's a crash if you request a profile on simmips with DeltaBlue, which is ...
5 years, 1 month ago (2015-11-12 02:15:13 UTC) #2
Cutch
LGTM with some nits https://codereview.chromium.org/1439893002/diff/40001/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart File runtime/observatory/lib/src/cpu_profile/cpu_profile.dart (right): https://codereview.chromium.org/1439893002/diff/40001/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart#newcode536 runtime/observatory/lib/src/cpu_profile/cpu_profile.dart:536: if (function.hasIntrinsic == true) { ...
5 years, 1 month ago (2015-11-12 17:33:53 UTC) #3
rmacnak
https://codereview.chromium.org/1439893002/diff/40001/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart File runtime/observatory/lib/src/cpu_profile/cpu_profile.dart (right): https://codereview.chromium.org/1439893002/diff/40001/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart#newcode536 runtime/observatory/lib/src/cpu_profile/cpu_profile.dart:536: if (function.hasIntrinsic == true) { On 2015/11/12 17:33:52, Cutch ...
5 years, 1 month ago (2015-11-12 21:50:46 UTC) #4
rmacnak
5 years, 1 month ago (2015-11-12 23:18:36 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
df64bb161928b504343eebfc6db6dd2b0986435e.

Powered by Google App Engine
This is Rietveld 408576698