Chromium Code Reviews
DescriptionAdd more features to the summary linker.
We now detect constant cycles involving:
- Named constructors.
- Generic classes. (Note: we don't track the type arguments of
generic classes yet, because that's unnecessary for detecting
constant constructor cycles).
- References to top level constant variables and constant fields.
- Final fields in constant classes.
- Implicit calls to "super".
Also, we properly handle constants that refer to fields of an enum
class.
R=scheglov@google.com
Committed: https://github.com/dart-lang/sdk/commit/fbeff9c9041f581c7de9c25246d1f001fc7fb983
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|
||||||||||||||||||||||||||||