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

Issue 2039913006: DBC: Eager deoptimization and CheckSmi instruction. (Closed)

Created:
4 years, 6 months ago by zra
Modified:
4 years, 6 months ago
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

Patch Set 1 #

Total comments: 18

Patch Set 2 : Fix Deopt, add CheckSmi assembler instruction #

Patch Set 3 : Fix status file #

Patch Set 4 : Cleanup #

Total comments: 14

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -92 lines) Patch
M runtime/tests/vm/vm.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_dbc_test.cc View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M runtime/vm/constants_dbc.h View 1 3 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/deopt_instructions.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/deopt_instructions.cc View 1 2 3 4 1 chunk +9 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_dbc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/instructions_dbc.cc View 3 chunks +50 lines, -35 lines 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 1 2 3 4 3 chunks +13 lines, -3 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 2 3 4 2 chunks +69 lines, -46 lines 0 comments Download
A tests/language/vm/deopt_smi_check_vm_test.dart View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
zra
I'm having trouble getting this to work. Would you mind taking a look? You can ...
4 years, 6 months ago (2016-06-07 22:31:29 UTC) #2
Vyacheslav Egorov (Google)
I will take a look
4 years, 6 months ago (2016-06-08 10:59:10 UTC) #3
Vyacheslav Egorov (Google)
There are two minor off-by-1 in the eager deoptimization code. I highlighted both. If they ...
4 years, 6 months ago (2016-06-08 11:58:53 UTC) #4
Vyacheslav Egorov (Google)
There are two minor off-by-1 in the eager deoptimization code. I highlighted both. If they ...
4 years, 6 months ago (2016-06-08 11:58:53 UTC) #5
zra
The fixes worked =) PTAL https://codereview.chromium.org/2039913006/diff/1/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (left): https://codereview.chromium.org/2039913006/diff/1/runtime/vm/deopt_instructions.cc#oldcode75 runtime/vm/deopt_instructions.cc:75: + ((frame->sp() - frame->fp()) ...
4 years, 6 months ago (2016-06-08 17:46:31 UTC) #6
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/2039913006/diff/60001/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/2039913006/diff/60001/runtime/vm/deopt_instructions.cc#newcode72 runtime/vm/deopt_instructions.cc:72: (static_cast<intptr_t>(frame->sp()) - I don't think these casts are ...
4 years, 6 months ago (2016-06-09 15:09:06 UTC) #7
zra
https://codereview.chromium.org/2039913006/diff/60001/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/2039913006/diff/60001/runtime/vm/deopt_instructions.cc#newcode72 runtime/vm/deopt_instructions.cc:72: (static_cast<intptr_t>(frame->sp()) - On 2016/06/09 15:09:06, Vyacheslav Egorov (Google) wrote: ...
4 years, 6 months ago (2016-06-09 16:42:23 UTC) #8
zra
4 years, 6 months ago (2016-06-09 16:48:01 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
6e90ca4e0a9e57449af614085703756d786dd1d9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698