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

Issue 2423843002: Add DoubleTestOp instruction (Closed)

Created:
4 years, 2 months ago by zra
Modified:
4 years, 2 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add DoubleTestOp instruction This gives a ~5% bump to the Flutter layout benchmark in checked mode. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/fa855cf1c2794bf60e3516aae8717a6ce65ee47e

Patch Set 1 #

Patch Set 2 : Fixes #

Patch Set 3 : Implement for all archs #

Patch Set 4 : Fix IsInfinite assembly. Still need to fix ia32 #

Patch Set 5 : Fix ia32 #

Patch Set 6 : Cleanup #

Total comments: 16

Patch Set 7 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+520 lines, -3 lines) Patch
M runtime/vm/constant_propagator.cc View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
M runtime/vm/constants_dbc.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 3 4 5 6 2 chunks +31 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 2 chunks +49 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 1 2 3 4 5 6 1 chunk +17 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 5 6 2 chunks +47 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 6 1 chunk +46 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 2 3 2 chunks +14 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M runtime/vm/method_recognizer.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 2 3 4 5 6 4 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
zra
4 years, 2 months ago (2016-10-18 15:52:00 UTC) #3
Florian Schneider
https://codereview.chromium.org/2423843002/diff/100001/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/2423843002/diff/100001/runtime/vm/intermediate_language.h#newcode5347 runtime/vm/intermediate_language.h:5347: class DoubleTestOpInstr : public TemplateDefinition<1, NoThrow, Pure> { Can ...
4 years, 2 months ago (2016-10-18 16:03:23 UTC) #4
zra
https://codereview.chromium.org/2423843002/diff/100001/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/2423843002/diff/100001/runtime/vm/intermediate_language.h#newcode5347 runtime/vm/intermediate_language.h:5347: class DoubleTestOpInstr : public TemplateDefinition<1, NoThrow, Pure> { On ...
4 years, 2 months ago (2016-10-18 17:20:40 UTC) #5
Florian Schneider
Lgtm. Handling get:isNegative may be done in a separate CL as well. We have intrinsic ...
4 years, 2 months ago (2016-10-18 20:34:21 UTC) #6
zra
https://codereview.chromium.org/2423843002/diff/100001/runtime/lib/double.dart File runtime/lib/double.dart (right): https://codereview.chromium.org/2423843002/diff/100001/runtime/lib/double.dart#newcode95 runtime/lib/double.dart:95: bool get isInfinite => _isInfinite; On 2016/10/18 20:34:20, Florian ...
4 years, 2 months ago (2016-10-18 22:36:33 UTC) #7
zra
4 years, 2 months ago (2016-10-19 04:24:16 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
fa855cf1c2794bf60e3516aae8717a6ce65ee47e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698