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

Issue 2896903002: Shuffle around deopt id allocation to give the flow graph builder a chance to record other data as … (Closed)

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

Description

Shuffle around deopt id allocation to give the flow graph builder a chance to record other data as they are allocated. We'll use deopt-id -> context-level or deopt-id -> scope mappings to find what variables are in scope for the debugger and async stack trace machinery. R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/c94bebf28937e5250b2d6486503848645be142b1

Patch Set 1 #

Patch Set 2 : format #

Total comments: 56

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+554 lines, -403 lines) Patch
M runtime/vm/aot_optimizer.cc View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/branch_optimizer.cc View 1 2 4 chunks +17 lines, -11 lines 0 comments Download
M runtime/vm/constant_propagator.cc View 1 2 3 chunks +7 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 69 chunks +185 lines, -142 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 31 chunks +92 lines, -67 lines 0 comments Download
M runtime/vm/intermediate_language.h View 26 chunks +70 lines, -60 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 5 chunks +10 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 1 chunk +9 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 1 chunk +9 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 1 chunk +9 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 1 chunk +9 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_test.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 1 chunk +9 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 22 chunks +51 lines, -42 lines 0 comments Download
M runtime/vm/regexp_assembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/regexp_assembler_ir.h View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/regexp_assembler_ir.cc View 13 chunks +39 lines, -33 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
rmacnak
3 years, 7 months ago (2017-05-22 20:11:01 UTC) #2
Vyacheslav Egorov (Google)
LGTM! You will see that my comments are mostly repetitive about not assigning new deoptimization ...
3 years, 7 months ago (2017-05-23 12:00:03 UTC) #3
rmacnak
Updated to using Thread::kNoDeoptId in the optimization passes and inliner. Updated CreateArrayInstr to allow for ...
3 years, 7 months ago (2017-05-23 23:37:02 UTC) #5
rmacnak
3 years, 7 months ago (2017-05-23 23:56:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
c94bebf28937e5250b2d6486503848645be142b1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698