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

Issue 1217323002: Intrinsic version of Object.runtimeType (Closed)

Created:
5 years, 5 months ago by srdjan
Modified:
5 years, 5 months ago
Reviewers:
regis
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

Patch Set 1 #

Total comments: 14

Patch Set 2 : more #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -10 lines) Patch
M runtime/vm/assembler_arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M runtime/vm/assembler_arm64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/assembler_ia32.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/assembler_mips.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/assembler_x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 2 chunks +26 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 chunks +27 lines, -1 line 0 comments Download
M runtime/vm/method_recognizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 3 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/runtime_type_test.dart View 1 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 9 (1 generated)
srdjan
RFC Only ia32 and x64 versions have been completed. Changes for other architectures will be ...
5 years, 5 months ago (2015-06-30 23:12:47 UTC) #2
regis
On 2015/06/30 23:12:47, srdjan wrote: > RFC > > Only ia32 and x64 versions have ...
5 years, 5 months ago (2015-06-30 23:26:59 UTC) #3
regis
Looks good so far. Just replying does not send comments. Here they are. Thanks! https://codereview.chromium.org/1217323002/diff/1/runtime/vm/intrinsifier_arm.cc ...
5 years, 5 months ago (2015-06-30 23:28:32 UTC) #4
srdjan
All architectures implemented, slight refactoring of code. This CL is ready for full review. https://codereview.chromium.org/1217323002/diff/1/runtime/vm/intrinsifier_arm.cc ...
5 years, 5 months ago (2015-07-01 00:35:41 UTC) #5
regis
lgtm https://codereview.chromium.org/1217323002/diff/20001/tests/language/runtime_type_test.dart File tests/language/runtime_type_test.dart (right): https://codereview.chromium.org/1217323002/diff/20001/tests/language/runtime_type_test.dart#newcode13 tests/language/runtime_type_test.dart:13: Expect.isTrue(null.runtimeType is Type); Great. You could also add ...
5 years, 5 months ago (2015-07-01 01:45:56 UTC) #6
srdjan
https://codereview.chromium.org/1217323002/diff/20001/tests/language/runtime_type_test.dart File tests/language/runtime_type_test.dart (right): https://codereview.chromium.org/1217323002/diff/20001/tests/language/runtime_type_test.dart#newcode13 tests/language/runtime_type_test.dart:13: Expect.isTrue(null.runtimeType is Type); On 2015/07/01 01:45:56, regis wrote: > ...
5 years, 5 months ago (2015-07-01 16:15:39 UTC) #7
regis
On 2015/07/01 16:15:39, srdjan wrote: > https://codereview.chromium.org/1217323002/diff/20001/tests/language/runtime_type_test.dart > File tests/language/runtime_type_test.dart (right): > > https://codereview.chromium.org/1217323002/diff/20001/tests/language/runtime_type_test.dart#newcode13 > ...
5 years, 5 months ago (2015-07-01 16:27:19 UTC) #8
srdjan
5 years, 5 months ago (2015-07-01 17:13:26 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c0b359db6cec752f1d91b495d69e0df7b984d9a7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698