DescriptionSupport virtual fields in DDC without requiring the @virtual annotation.
Implementation builds on floitsch@'s idea of inserting synthetic classes
to upgrade a non-virtual field to a virtual field (called virtualizing).
It is strictly pay-per-use, so unless you override a field or access a
field through `super` there is no cost associated with the support.
BUG=https://github.com/dart-lang/sdk/issues/27385
Patch Set 1 #
Messages
Total messages: 1 (1 generated)
|