Performance of some dart2js array store operations. #38705
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
dart2js-optimization
P4
web-dart2js
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.
The text was updated successfully, but these errors were encountered: