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

Issue 1740503002: Build CodeSourceMap for each code object (Closed)

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

Description

Build CodeSourceMap for each code object - Add helpers for building CodeSourceMap to FlowGraphCompiler. Ensure that no duplicate pc offsets are added to a CodeSourceMap. - Add a CodeSourceMap debug printer which incorporates inlining information. - Add some new classifying token positions. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/761e6a596319a24dc91f80b526f413b8b0f76584

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -2 lines) Patch
M runtime/vm/code_descriptors.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 chunks +13 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 7 chunks +40 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +81 lines, -0 lines 0 comments Download
M runtime/vm/token_position.h View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 9 (5 generated)
Cutch
4 years, 10 months ago (2016-02-25 00:01:34 UTC) #5
rmacnak
lgtm w/c https://chromiumcodereview.appspot.com/1740503002/diff/40001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://chromiumcodereview.appspot.com/1740503002/diff/40001/runtime/vm/compiler.cc#newcode472 runtime/vm/compiler.cc:472: // Set the code source map after ...
4 years, 10 months ago (2016-02-25 23:04:40 UTC) #6
Cutch
https://codereview.chromium.org/1740503002/diff/40001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1740503002/diff/40001/runtime/vm/compiler.cc#newcode472 runtime/vm/compiler.cc:472: // Set the code source map after setting the ...
4 years, 10 months ago (2016-02-26 15:59:22 UTC) #7
Cutch
4 years, 10 months ago (2016-02-26 15:59:53 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:60001) manually as
761e6a596319a24dc91f80b526f413b8b0f76584 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698