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

Issue 2835903003: Issue 29388. Resynthesize non-generic types for ReferenceInfo lazily. (Closed)

Created:
3 years, 8 months ago by scheglov
Modified:
3 years, 8 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Issue 29388. Resynthesize non-generic types for ReferenceInfo lazily. This helps with preventing infinite recursion in getReferenceInfo(), which does cache ReferenceInfo instances, but we were doing too much work in the ReferenceInfo constructor. R=brianwilkerson@google.com BUG= https://github.com/dart-lang/sdk/issues/29388 Committed: https://github.com/dart-lang/sdk/commit/ebf0bb6ee0f4dc7fc4ecb5c502fda3930df61332

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -5 lines) Patch
M pkg/analyzer/lib/src/summary/resynthesize.dart View 3 chunks +21 lines, -5 lines 1 comment Download
M pkg/analyzer/test/src/summary/resynthesize_common.dart View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
scheglov
3 years, 8 months ago (2017-04-24 18:33:38 UTC) #1
Brian Wilkerson
lgtm https://codereview.chromium.org/2835903003/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart File pkg/analyzer/lib/src/summary/resynthesize.dart (right): https://codereview.chromium.org/2835903003/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart#newcode1351 pkg/analyzer/lib/src/summary/resynthesize.dart:1351: // && !_isBeingInstantiatedToBounds Should we remove the commented ...
3 years, 8 months ago (2017-04-24 18:35:47 UTC) #2
scheglov
3 years, 8 months ago (2017-04-24 18:45:18 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ebf0bb6ee0f4dc7fc4ecb5c502fda3930df61332 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698