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

Issue 1184093004: Faster checks in polymorphic instance calls if Smi-s are involved (Closed)

Created:
5 years, 6 months ago by srdjan
Modified:
5 years, 6 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Faster checks in polymorphic instance calls if Smi-s are involved BUG= R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/6f07377802076f7c33bcb3a9db17867c95011cd8

Patch Set 1 #

Total comments: 12

Patch Set 2 : m #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -130 lines) Patch
M runtime/vm/flow_graph_compiler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 chunks +59 lines, -17 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 chunks +60 lines, -17 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 chunks +62 lines, -20 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 chunks +59 lines, -18 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 chunks +61 lines, -18 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +3 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 1 chunk +3 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 1 chunk +3 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 1 chunk +3 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +3 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
srdjan
5 years, 6 months ago (2015-06-15 19:49:16 UTC) #2
zra
https://codereview.chromium.org/1184093004/diff/1/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/1184093004/diff/1/runtime/vm/flow_graph_compiler_arm.cc#newcode1561 runtime/vm/flow_graph_compiler_arm.cc:1561: // It is Smi, butSmi is not handled here. ...
5 years, 6 months ago (2015-06-15 20:17:23 UTC) #3
srdjan
PTAL https://codereview.chromium.org/1184093004/diff/1/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/1184093004/diff/1/runtime/vm/flow_graph_compiler_arm.cc#newcode1561 runtime/vm/flow_graph_compiler_arm.cc:1561: // It is Smi, butSmi is not handled ...
5 years, 6 months ago (2015-06-15 20:54:13 UTC) #4
zra
lgtm
5 years, 6 months ago (2015-06-15 21:01:47 UTC) #5
srdjan
5 years, 6 months ago (2015-06-15 21:54:49 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6f07377802076f7c33bcb3a9db17867c95011cd8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698