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

Issue 2109743002: DBC: Implement InstanceOf. (Closed)

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

Patch Set 2 : . #

Total comments: 9

Patch Set 3 : fold in negate_result; check the cache in the interpreter #

Total comments: 4

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -1 line) Patch
M runtime/vm/constants_dbc.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 1 2 3 2 chunks +26 lines, -1 line 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 2 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
rmacnak
4 years, 5 months ago (2016-06-28 18:13:47 UTC) #2
zra
https://codereview.chromium.org/2109743002/diff/20001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/2109743002/diff/20001/runtime/vm/code_generator.cc#newcode453 runtime/vm/code_generator.cc:453: #if !defined(TARGET_ARCH_DBC) It looks like you're passing the cache, ...
4 years, 5 months ago (2016-06-28 19:28:05 UTC) #3
zra
https://codereview.chromium.org/2109743002/diff/20001/runtime/vm/simulator_dbc.cc File runtime/vm/simulator_dbc.cc (right): https://codereview.chromium.org/2109743002/diff/20001/runtime/vm/simulator_dbc.cc#newcode1858 runtime/vm/simulator_dbc.cc:1858: RawInstance* instance = static_cast<RawInstance*>(SP[-3]); If you use the RAW_CAST ...
4 years, 5 months ago (2016-06-28 19:30:36 UTC) #4
rmacnak
https://codereview.chromium.org/2109743002/diff/20001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/2109743002/diff/20001/runtime/vm/code_generator.cc#newcode453 runtime/vm/code_generator.cc:453: #if !defined(TARGET_ARCH_DBC) On 2016/06/28 19:28:04, zra wrote: > It ...
4 years, 5 months ago (2016-06-28 21:21:50 UTC) #6
zra
lgtm with small fixes. https://codereview.chromium.org/2109743002/diff/40001/runtime/vm/constants_dbc.h File runtime/vm/constants_dbc.h (right): https://codereview.chromium.org/2109743002/diff/40001/runtime/vm/constants_dbc.h#newcode346 runtime/vm/constants_dbc.h:346: // (A = 1) a ...
4 years, 5 months ago (2016-06-28 21:37:47 UTC) #7
rmacnak
https://codereview.chromium.org/2109743002/diff/40001/runtime/vm/constants_dbc.h File runtime/vm/constants_dbc.h (right): https://codereview.chromium.org/2109743002/diff/40001/runtime/vm/constants_dbc.h#newcode346 runtime/vm/constants_dbc.h:346: // (A = 1) a subtype of SP[-1] using ...
4 years, 5 months ago (2016-06-28 22:22:55 UTC) #8
rmacnak
4 years, 5 months ago (2016-06-28 22:45:32 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
5548f4dd67d5b3264a1b5b291a5235c36e5383b6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698