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

Issue 137983006: Leave uninitialized type arguments of a type being finalized as null instead of (Closed)

Created:
6 years, 11 months ago by regis
Modified:
6 years, 11 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Leave uninitialized type arguments of a type being finalized as null instead of temporarily setting them to dynamic for improved code robustness, since dealing with a null type is less forgiving than dealing with dynamic. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=31843

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -10 lines) Patch
M runtime/vm/class_finalizer.cc View 4 chunks +4 lines, -7 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
6 years, 11 months ago (2014-01-15 18:42:17 UTC) #1
srdjan
lgtm
6 years, 11 months ago (2014-01-15 18:54:13 UTC) #2
regis
6 years, 11 months ago (2014-01-15 18:56:14 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r31843 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698