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

Issue 11316354: Re-apply "Move the handling of operator[] into the new interceptors." (Closed)

Created:
8 years ago by ngeoffray
Modified:
8 years ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Re-apply "Move the handling of operator[] into the new interceptors." Committed: https://code.google.com/p/dart/source/detail?r=16095

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -95 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_string.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 1 2 3 chunks +16 lines, -26 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/bailout.dart View 1 2 2 chunks +8 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 3 chunks +17 lines, -10 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 1 chunk +4 lines, -8 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 2 3 chunks +36 lines, -31 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 7 chunks +8 lines, -15 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/tracer.dart View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
Patch set 1 is the original. Patch set 2 contains the fix. https://codereview.chromium.org/11316354/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart File sdk/lib/_internal/compiler/implementation/ssa/nodes.dart ...
8 years ago (2012-12-12 16:14:14 UTC) #1
kasperl
LGTM. Nice fix. https://codereview.chromium.org/11316354/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart File sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (right): https://codereview.chromium.org/11316354/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart#newcode183 sdk/lib/_internal/compiler/implementation/ssa/nodes.dart:183: } else if (result.block == null) ...
8 years ago (2012-12-13 08:49:24 UTC) #2
kasperl
Would it make sense to land the bug fix and the added verification stuff (essentially ...
8 years ago (2012-12-13 08:50:33 UTC) #3
ngeoffray
8 years ago (2012-12-13 09:56:02 UTC) #4
On 2012/12/13 08:50:33, kasperl wrote:
> Would it make sense to land the bug fix and the added verification stuff
> (essentially patch set 2) as a separate thing? That seems simpler and then the
> original patch should be able to go in without any hiccups.

Thanks Kasper. Fix apply in https://codereview.chromium.org/11569006/.

Powered by Google App Engine
This is Rietveld 408576698