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

Issue 2900963008: Reapply "Shuffle around deopt id allocation... (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

Reapply "Shuffle around deopt id allocation to give the flow graph builder a chance to record other data as they are allocated". - Fix inlining of new List(n) to propogate deopt id. - Fix CreateArrayOpt to check for a Smi length. R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/bcf2900a262da7da1b0514ff2d2e0fbe22fa5e1c

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+582 lines, -414 lines) Patch
M runtime/vm/aot_optimizer.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/branch_optimizer.cc View 1 4 chunks +17 lines, -11 lines 0 comments Download
M runtime/vm/constant_propagator.cc View 1 3 chunks +7 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 69 chunks +185 lines, -142 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 31 chunks +92 lines, -67 lines 2 comments Download
M runtime/vm/intermediate_language.h View 1 26 chunks +70 lines, -60 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 5 chunks +10 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_test.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 1 22 chunks +51 lines, -42 lines 0 comments Download
M runtime/vm/regexp_assembler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/regexp_assembler_ir.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/regexp_assembler_ir.cc View 1 13 chunks +39 lines, -33 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 1 chunk +29 lines, -26 lines 0 comments Download
A tests/language/vm/create_array_instr_deopt2_test.dart View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A tests/language/vm/create_array_instr_deopt_test.dart View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
rmacnak
3 years, 7 months ago (2017-05-24 17:05:45 UTC) #3
Vyacheslav Egorov (Google)
https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc File runtime/vm/flow_graph_compiler_dbc.cc (right): https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc#newcode193 runtime/vm/flow_graph_compiler_dbc.cc:193: intptr_t deopt_id_after; This is a bit suspicious. What kind ...
3 years, 7 months ago (2017-05-24 19:14:05 UTC) #4
rmacnak
https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc File runtime/vm/flow_graph_compiler_dbc.cc (right): https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc#newcode193 runtime/vm/flow_graph_compiler_dbc.cc:193: intptr_t deopt_id_after; On 2017/05/24 19:14:05, Vyacheslav Egorov (Google) wrote: ...
3 years, 7 months ago (2017-05-24 19:17:31 UTC) #5
Vyacheslav Egorov (Google)
https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc File runtime/vm/flow_graph_compiler_dbc.cc (right): https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc#newcode193 runtime/vm/flow_graph_compiler_dbc.cc:193: intptr_t deopt_id_after; On 2017/05/24 19:17:31, rmacnak wrote: > On ...
3 years, 7 months ago (2017-05-24 19:25:17 UTC) #6
Vyacheslav Egorov (Google)
https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc File runtime/vm/flow_graph_compiler_dbc.cc (right): https://codereview.chromium.org/2900963008/diff/1/runtime/vm/flow_graph_compiler_dbc.cc#newcode193 runtime/vm/flow_graph_compiler_dbc.cc:193: intptr_t deopt_id_after; On 2017/05/24 19:25:17, Vyacheslav Egorov (Google) wrote: ...
3 years, 7 months ago (2017-05-24 19:50:33 UTC) #7
rmacnak
https://codereview.chromium.org/2900963008/diff/40001/runtime/vm/flow_graph_inliner.cc File runtime/vm/flow_graph_inliner.cc (right): https://codereview.chromium.org/2900963008/diff/40001/runtime/vm/flow_graph_inliner.cc#newcode3704 runtime/vm/flow_graph_inliner.cc:3704: *last = new (Z) CreateArrayInstr(call->token_pos(), type, Actually it looks ...
3 years, 7 months ago (2017-05-24 22:59:34 UTC) #10
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/2900963008/diff/40001/runtime/vm/flow_graph_inliner.cc File runtime/vm/flow_graph_inliner.cc (right): https://codereview.chromium.org/2900963008/diff/40001/runtime/vm/flow_graph_inliner.cc#newcode3704 runtime/vm/flow_graph_inliner.cc:3704: *last = new (Z) CreateArrayInstr(call->token_pos(), type, On 2017/05/24 ...
3 years, 7 months ago (2017-05-25 08:44:04 UTC) #11
rmacnak
3 years, 7 months ago (2017-05-25 17:12:28 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
bcf2900a262da7da1b0514ff2d2e0fbe22fa5e1c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698