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

Issue 20503003: Delay resolution of redirecting factory targets in order to avoid class (Closed)

Created:
7 years, 5 months ago by regis
Modified:
7 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Delay resolution of redirecting factory targets in order to avoid class finalization cycles (issue 12041). Ensure that a super class is finalized before the class extending it. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=25532

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -12 lines) Patch
M runtime/vm/class_finalizer.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 6 chunks +28 lines, -8 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/vm/dart_entry.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
I think this should solve the issue with cyclic class finalization. We can discuss some ...
7 years, 5 months ago (2013-07-26 03:00:11 UTC) #1
siva
lgtm
7 years, 5 months ago (2013-07-26 18:17:44 UTC) #2
regis
Thanks!
7 years, 5 months ago (2013-07-26 18:18:38 UTC) #3
regis
7 years, 5 months ago (2013-07-26 18:19:01 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r25532 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698