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

Issue 2684763002: Use CodeSourceMap for stack traces (still JIT only). (Closed)

Created:
3 years, 10 months ago by rmacnak
Modified:
3 years, 10 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -175 lines) Patch
M runtime/vm/code_descriptors.h View 1 4 chunks +56 lines, -22 lines 0 comments Download
M runtime/vm/code_descriptors.cc View 5 chunks +106 lines, -31 lines 0 comments Download
M runtime/vm/debugger.cc View 1 chunk +26 lines, -20 lines 0 comments Download
M runtime/vm/disassembler.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/exceptions.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.h View 2 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 5 chunks +20 lines, -11 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 chunks +11 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 4 chunks +41 lines, -66 lines 0 comments Download
M runtime/vm/profiler_service.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/profiler_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
rmacnak
3 years, 10 months ago (2017-02-08 00:02:05 UTC) #2
Florian Schneider
Lgtm https://codereview.chromium.org/2684763002/diff/1/runtime/vm/code_descriptors.h File runtime/vm/code_descriptors.h (right): https://codereview.chromium.org/2684763002/diff/1/runtime/vm/code_descriptors.h#newcode143 runtime/vm/code_descriptors.h:143: // A CodeSourceMap maps from pc offsets to ...
3 years, 10 months ago (2017-02-08 18:55:20 UTC) #3
rmacnak
https://codereview.chromium.org/2684763002/diff/1/runtime/vm/code_descriptors.h File runtime/vm/code_descriptors.h (right): https://codereview.chromium.org/2684763002/diff/1/runtime/vm/code_descriptors.h#newcode143 runtime/vm/code_descriptors.h:143: // A CodeSourceMap maps from pc offsets to a ...
3 years, 10 months ago (2017-02-08 19:24:27 UTC) #4
rmacnak
3 years, 10 months ago (2017-02-08 19:31:53 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7d2e6b161516fe4dfe09563c762b0ff19c9a705e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698