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

Issue 1429303005: Add fast Smi op version of switchable instance calls. (Closed)

Created:
5 years, 1 month ago by rmacnak
Modified:
5 years, 1 month ago
Reviewers:
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

Add fast Smi op version of switchable instance call stubs. ARM: Change register passing the receiver to be different from the result register.

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+431 lines, -100 lines) Patch
M runtime/vm/code_generator.cc View 1 chunk +11 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 chunks +24 lines, -12 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 chunks +24 lines, -12 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +22 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 1 chunk +22 lines, -10 lines 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 4 chunks +76 lines, -15 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 4 chunks +75 lines, -14 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 3 chunks +21 lines, -6 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 5 chunks +75 lines, -10 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 5 chunks +78 lines, -10 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698