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

Issue 17003004: Fix a bug in how we deal HTypeConversion during type propagation: we must use the intersection betw… (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 a bug in how we deal HTypeConversion during type propagation: we can only convert to int if the input is int or null. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=24230

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -1 line) Patch
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types_propagation.dart View 1 2 3 4 2 chunks +20 lines, -1 line 0 comments Download
A tests/language/int2_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
7 years, 6 months ago (2013-06-19 07:15:19 UTC) #1
kasperl
LGTM.
7 years, 6 months ago (2013-06-19 07:26:11 UTC) #2
ngeoffray
Thanks Kasper, could you PTAL? There were two mistakes in the original CL: 1) we ...
7 years, 6 months ago (2013-06-19 13:23:00 UTC) #3
ngeoffray
On 2013/06/19 13:23:00, ngeoffray wrote: > Thanks Kasper, could you PTAL? There were two mistakes ...
7 years, 6 months ago (2013-06-19 14:16:12 UTC) #4
kasperl
LGTM.
7 years, 6 months ago (2013-06-20 06:30:44 UTC) #5
ngeoffray
7 years, 6 months ago (2013-06-20 14:10:58 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r24230 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698