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

Issue 2257803003: VM: Better code for is-checks and checked mode checks with simple types (Closed)

Created:
4 years, 4 months ago by Florian Schneider
Modified:
4 years, 4 months ago
Reviewers:
rmacnak
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

VM: Better code for is-checks and checked mode checks with simple types 1. Avoid a redundant comparison when we test against known cids. 2. Avoid testing against the cid of an abstract class. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/0cb6bdce30f5ea9a894791e6d08c726171005412

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -39 lines) Patch
M runtime/vm/flow_graph_compiler_arm.cc View 3 chunks +11 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 3 chunks +11 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 3 chunks +11 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 3 chunks +9 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 3 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Florian Schneider
4 years, 4 months ago (2016-08-18 20:47:14 UTC) #2
rmacnak
lgtm
4 years, 4 months ago (2016-08-18 21:00:08 UTC) #3
Florian Schneider
4 years, 4 months ago (2016-08-18 21:46:27 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0cb6bdce30f5ea9a894791e6d08c726171005412 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698