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

Issue 817823002: Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The map… (Closed)

Created:
6 years ago by srdjan
Modified:
6 years ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly. Copied from other CL: https://codereview.chromium.org/790213004/ Committed: https://code.google.com/p/dart/source/detail?r=42522

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+330 lines, -242 lines) Patch
M runtime/vm/compiler.cc View 5 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/disassembler.h View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/disassembler.cc View 2 chunks +64 lines, -12 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 1 chunk +0 lines, -33 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 chunk +0 lines, -33 lines 0 comments Download
M runtime/vm/disassembler_ia32.cc View 1 chunk +0 lines, -36 lines 0 comments Download
M runtime/vm/disassembler_mips.cc View 1 chunk +0 lines, -35 lines 0 comments Download
M runtime/vm/disassembler_x64.cc View 1 chunk +0 lines, -36 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 3 chunks +13 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 5 chunks +119 lines, -38 lines 0 comments Download
M runtime/vm/flow_graph_inliner.h View 1 chunk +12 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 7 chunks +35 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language.h View 3 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +17 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +46 lines, -3 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
srdjan
TBR
6 years ago (2014-12-19 20:01:40 UTC) #2
srdjan
6 years ago (2014-12-19 20:04:27 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r42522 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698