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

Issue 15725018: Fix bug in SsaConstructionFieldTypes: handle mulitple assignments to the same field. (Closed)

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

Description

Fix bug in SsaConstructionFieldTypes: handle mulitple assignments to the same field. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=23665

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -2 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 chunks +6 lines, -2 lines 0 comments Download
A tests/language/compiler_annotations.dart View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A tests/language/multiple_field_assignment_constructor_test.dart View 1 2 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
This could be one of the reason for bug https://code.google.com/p/dart/issues/detail?id=11117. I'm investigating another one.
7 years, 6 months ago (2013-06-06 07:38:12 UTC) #1
kasperl
https://codereview.chromium.org/15725018/diff/1/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart File sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (right): https://codereview.chromium.org/15725018/diff/1/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart#newcode1482 sdk/lib/_internal/compiler/implementation/ssa/optimize.dart:1482: currentFieldSetters.remove(field); Can we then get another field type added ...
7 years, 6 months ago (2013-06-06 08:15:12 UTC) #2
ngeoffray
https://codereview.chromium.org/15725018/diff/1/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart File sdk/lib/_internal/compiler/implementation/ssa/optimize.dart (right): https://codereview.chromium.org/15725018/diff/1/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart#newcode1482 sdk/lib/_internal/compiler/implementation/ssa/optimize.dart:1482: currentFieldSetters.remove(field); On 2013/06/06 08:15:12, kasperl wrote: > Can we ...
7 years, 6 months ago (2013-06-06 08:44:00 UTC) #3
kasperl
LGTM! https://codereview.chromium.org/15725018/diff/1/tests/language/multiple_field_assignment_constructor_test.dart File tests/language/multiple_field_assignment_constructor_test.dart (right): https://codereview.chromium.org/15725018/diff/1/tests/language/multiple_field_assignment_constructor_test.dart#newcode17 tests/language/multiple_field_assignment_constructor_test.dart:17: @NoInline On 2013/06/06 08:44:00, ngeoffray wrote: > On ...
7 years, 6 months ago (2013-06-06 08:45:30 UTC) #4
ngeoffray
7 years, 6 months ago (2013-06-06 08:54:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r23665 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698