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

Issue 2113563002: DBC: Various instructions. (Closed)

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

DBC: Various instructions. - LoadIndexed - EqualityCompare - RelationalOp R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/726fd84ff4f768e2d27a6e3fe999000092317d07

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix Throw, ReThrow. Address comments. #

Total comments: 9

Patch Set 3 : Add comments #

Patch Set 4 : Add unsigned integer compares #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+552 lines, -17 lines) Patch
M runtime/vm/assembler_dbc_test.cc View 1 2 3 1 chunk +279 lines, -0 lines 0 comments Download
M runtime/vm/constants_dbc.h View 1 2 3 4 chunks +20 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 1 2 3 8 chunks +160 lines, -9 lines 1 comment Download
M runtime/vm/simulator_dbc.cc View 1 2 3 3 chunks +93 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
zra
Adding these instructions seems to expose a bug in exceptions thrown from inlined functions. When ...
4 years, 5 months ago (2016-06-30 06:04:10 UTC) #2
Vyacheslav Egorov (Google)
On 2016/06/30 06:04:10, zra wrote: > Adding these instructions seems to expose a bug in ...
4 years, 5 months ago (2016-06-30 15:55:14 UTC) #3
Vyacheslav Egorov (Google)
Also some preliminary comments https://codereview.chromium.org/2113563002/diff/1/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2113563002/diff/1/runtime/vm/intermediate_language_dbc.cc#newcode582 runtime/vm/intermediate_language_dbc.cc:582: #if defined(PRODUCT) Consider adding a ...
4 years, 5 months ago (2016-06-30 15:55:26 UTC) #4
zra
https://codereview.chromium.org/2113563002/diff/1/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2113563002/diff/1/runtime/vm/intermediate_language_dbc.cc#newcode582 runtime/vm/intermediate_language_dbc.cc:582: #if defined(PRODUCT) On 2016/06/30 15:55:26, Vyacheslav Egorov (Google) wrote: ...
4 years, 5 months ago (2016-06-30 17:32:32 UTC) #5
Vyacheslav Egorov (Google)
https://codereview.chromium.org/2113563002/diff/20001/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2113563002/diff/20001/runtime/vm/intermediate_language_dbc.cc#newcode1215 runtime/vm/intermediate_language_dbc.cc:1215: if (labels.fall_through != labels.false_label) { I don't get how ...
4 years, 5 months ago (2016-07-01 16:15:36 UTC) #6
zra
https://codereview.chromium.org/2113563002/diff/20001/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2113563002/diff/20001/runtime/vm/intermediate_language_dbc.cc#newcode1215 runtime/vm/intermediate_language_dbc.cc:1215: if (labels.fall_through != labels.false_label) { On 2016/07/01 16:15:35, Vyacheslav ...
4 years, 5 months ago (2016-07-01 17:43:45 UTC) #7
zra
https://codereview.chromium.org/2113563002/diff/20001/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2113563002/diff/20001/runtime/vm/intermediate_language_dbc.cc#newcode1302 runtime/vm/intermediate_language_dbc.cc:1302: __ IfLe(length, index); On 2016/07/01 17:43:45, zra wrote: > ...
4 years, 5 months ago (2016-07-01 20:55:39 UTC) #8
Vyacheslav Egorov (Google)
LGTM Thanks for the comments. I got confused by what NEXT_ means. https://codereview.chromium.org/2113563002/diff/60001/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc ...
4 years, 5 months ago (2016-07-07 16:42:06 UTC) #9
zra
4 years, 5 months ago (2016-07-11 16:02:22 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
726fd84ff4f768e2d27a6e3fe999000092317d07 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698