-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.dart2js-optimizationtype-enhancementA request for a change that isn't a bugA request for a change that isn't a bugweb-dart2js
Description
Some constants in the constant pool contain references to other constants where the reference is the only reference to that constant.
The constant expression could be moved to the site of the reference and avoid needing the name.
Example: this is often true of the list of keys for a map constant.
We might have to take care and keep some references to limit the size of any one expression.
Metadata
Metadata
Assignees
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.dart2js-optimizationtype-enhancementA request for a change that isn't a bugA request for a change that isn't a bugweb-dart2js