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

Issue 12330113: null value can be the receiver of methods on Object (e.g. hashCode). (Closed)

Created:
7 years, 10 months ago by Vyacheslav Egorov (Google)
Modified:
7 years, 10 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

null value can be the receiver of methods on Object (e.g. hashCode). Fix wrong assumption in the type propagator that marked the receiver as never nullable. R=srdjan@google.com BUG=dart:8739 Committed: https://code.google.com/p/dart/source/detail?r=18991

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -24 lines) Patch
M runtime/vm/compiler.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 4 chunks +10 lines, -9 lines 0 comments Download
M runtime/vm/il_printer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +8 lines, -0 lines 0 comments Download
A + tests/language/null_hashcode_optimized_vm_test.dart View 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Google)
7 years, 10 months ago (2013-02-25 18:41:42 UTC) #1
srdjan
lgtm
7 years, 10 months ago (2013-02-25 18:44:13 UTC) #2
Vyacheslav Egorov (Google)
7 years, 10 months ago (2013-02-25 18:49:15 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18991 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698