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

Issue 313083008: Add LoadTaggedClassIdMayBeSmi to assembly and improve performance of inline cache stubs. (Closed)

Created:
6 years, 6 months ago by srdjan
Modified:
6 years, 6 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add LoadTaggedClassIdMayBeSmi to assembly and improve performance of inline cache stubs. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=37011

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -202 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 3 1 chunk +1 line, -7 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 3 1 chunk +1 line, -10 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 3 1 chunk +2 lines, -9 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 3 1 chunk +1 line, -10 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 3 1 chunk +1 line, -10 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 1 chunk +1 line, -9 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 1 chunk +1 line, -9 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 1 chunk +1 line, -9 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 1 chunk +1 line, -9 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 3 5 chunks +4 lines, -15 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 3 chunks +3 lines, -45 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 3 5 chunks +7 lines, -18 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 5 chunks +8 lines, -21 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 5 chunks +4 lines, -17 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
6 years, 6 months ago (2014-06-04 18:07:01 UTC) #1
zra
lgtm https://codereview.chromium.org/313083008/diff/10001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/313083008/diff/10001/runtime/vm/assembler_arm.cc#newcode1688 runtime/vm/assembler_arm.cc:1688: void Assembler::LoadTaggedClassIdMayBeSmi(Register result, Register object) { tst(object, Operand(kSmiTagMask)); ...
6 years, 6 months ago (2014-06-04 18:54:59 UTC) #2
srdjan
https://codereview.chromium.org/313083008/diff/10001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/313083008/diff/10001/runtime/vm/assembler_arm.cc#newcode1688 runtime/vm/assembler_arm.cc:1688: void Assembler::LoadTaggedClassIdMayBeSmi(Register result, Register object) { On 2014/06/04 18:55:00, ...
6 years, 6 months ago (2014-06-04 20:08:04 UTC) #3
srdjan
6 years, 6 months ago (2014-06-04 20:37:30 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r37011 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698