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

Issue 16944004: Change how we deal with manual inlining of argument error and NSM when propagating types. This chan… (Closed)

Created:
7 years, 6 months ago by ngeoffray
Modified:
7 years, 6 months ago
Reviewers:
Johnni Winther, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Change how we deal with manual inlining of argument error and NSM when propagating types. This change helps reducing bailout calls by doing more receiver and argument checks. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=24019

Patch Set 1 : #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -140 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/bailout.dart View 1 2 2 chunks +26 lines, -70 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart View 1 2 12 chunks +54 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart View 1 2 3 6 chunks +136 lines, -57 lines 0 comments Download
M tests/compiler/dart2js/code_motion_test.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M tests/compiler/dart2js/interceptor_test.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/is_inference_test.dart View 1 2 6 chunks +6 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/value_range_test.dart View 1 2 4 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
7 years, 6 months ago (2013-06-13 12:11:50 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/16944004/diff/7001/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart File sdk/lib/_internal/compiler/implementation/ssa/bailout.dart (right): https://codereview.chromium.org/16944004/diff/7001/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart#newcode255 sdk/lib/_internal/compiler/implementation/ssa/bailout.dart:255: if (instruction == receiver) { Add a comment ...
7 years, 6 months ago (2013-06-14 06:19:08 UTC) #2
ngeoffray
Thanks Kasper! https://codereview.chromium.org/16944004/diff/7001/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart File sdk/lib/_internal/compiler/implementation/ssa/bailout.dart (right): https://codereview.chromium.org/16944004/diff/7001/sdk/lib/_internal/compiler/implementation/ssa/bailout.dart#newcode255 sdk/lib/_internal/compiler/implementation/ssa/bailout.dart:255: if (instruction == receiver) { On 2013/06/14 ...
7 years, 6 months ago (2013-06-14 06:58:34 UTC) #3
ngeoffray
7 years, 6 months ago (2013-06-14 07:54:31 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r24019 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698