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

Issue 1326913003: dart2js cps: Insert refinements for identical(x, null) in condition. (Closed)

Created:
5 years, 3 months ago by asgerf
Modified:
5 years, 3 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js cps: Insert refinements for identical(x, null) in condition. The unsugaring pass inserts an `identical(x, null)` check in the beginning of each implementation of ==. We should refine the type of `x` after that check. BUG= R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/c4546e8bb681613f112912c010cb381e48351bba

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -7 lines) Patch
M pkg/compiler/lib/src/cps_ir/insert_refinements.dart View 1 chunk +28 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
asgerf
5 years, 3 months ago (2015-09-03 15:26:42 UTC) #2
Kevin Millikin (Google)
lgtm
5 years, 3 months ago (2015-09-03 16:41:30 UTC) #3
asgerf
5 years, 3 months ago (2015-09-03 16:42:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c4546e8bb681613f112912c010cb381e48351bba (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698