-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P4area-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-optimizationweb-dart2js
Description
See https://stackoverflow.com/questions/58211830/performance-of-dart-code-in-browser-vs-vm/
There seems to be a case here where dart2js generates a very large overhead due to slow array-store operations. Since the majority of the code is array updates, that causes an orders of magnitude slowdown over optimal code.
Metadata
Metadata
Assignees
Labels
P4area-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-optimizationweb-dart2js