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

Issue 12087101: Turn getters and setters that we know are not intercepted into regular getter and setter calls. (Closed)

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

Description

Turn getters and setters that we know are not intercepted into regular getter and setter calls. Committed: https://code.google.com/p/dart/source/detail?r=18121

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -116 lines) Patch
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 3 8 chunks +94 lines, -108 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/universe/function_set.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/universe/selector_map.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/universe/universe.dart View 1 2 3 4 chunks +28 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/interceptor_test.dart View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tests/utils/dummy_compiler_test.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
7 years, 10 months ago (2013-01-31 12:11:41 UTC) #1
kasperl
https://codereview.chromium.org/12087101/diff/2001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart File sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (right): https://codereview.chromium.org/12087101/diff/2001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart#newcode315 sdk/lib/_internal/compiler/implementation/ssa/optimize.dart:315: } else if (selectorName == backend.jsArrayAdd.name Maybe we could ...
7 years, 10 months ago (2013-02-01 16:29:51 UTC) #2
ngeoffray
Thanks Kasper. PTAL. https://codereview.chromium.org/12087101/diff/2001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart File sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (right): https://codereview.chromium.org/12087101/diff/2001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart#newcode315 sdk/lib/_internal/compiler/implementation/ssa/optimize.dart:315: } else if (selectorName == backend.jsArrayAdd.name ...
7 years, 10 months ago (2013-02-04 13:31:30 UTC) #3
kasperl
https://codereview.chromium.org/12087101/diff/8001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart File sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (right): https://codereview.chromium.org/12087101/diff/8001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart#newcode315 sdk/lib/_internal/compiler/implementation/ssa/optimize.dart:315: // inlined argument type checks. but does not inlined ...
7 years, 10 months ago (2013-02-04 13:39:03 UTC) #4
ngeoffray
PTAL https://codereview.chromium.org/12087101/diff/8001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart File sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (right): https://codereview.chromium.org/12087101/diff/8001/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart#newcode315 sdk/lib/_internal/compiler/implementation/ssa/optimize.dart:315: // inlined argument type checks. On 2013/02/04 13:39:03, ...
7 years, 10 months ago (2013-02-04 14:51:07 UTC) #5
kasperl
7 years, 10 months ago (2013-02-05 08:50:45 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698