Discussion:
[dart-misc] Was it expected that Dart SDK went from 68MB in 1.20.1 to 138MB in 1.22?
Danny Tuppeny
2017-02-17 10:11:46 UTC
Permalink
I noticed the latest SDK took much longer to unzip than usual.. when I
checked the size it has doubled!

Has something gone wrong, or is this expected? It's not a problem but I
thought it worth mentioning since it's quite a big jump! Seems to mostly be
snapshot files (eg. dart2js.dart.snapshot is now *29*MB and was previously
just *2.4*MB!). Left two thirds of this grab are 1.22; the right third is
1.21.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Vyacheslav Egorov' via Dart Misc
2017-02-17 10:26:59 UTC
Permalink
Tools are now using app-jit snapshots for faster warm up, so they contain
generated native code - that the reason for the bump.
Post by Danny Tuppeny
I noticed the latest SDK took much longer to unzip than usual.. when I
checked the size it has doubled!
Has something gone wrong, or is this expected? It's not a problem but I
thought it worth mentioning since it's quite a big jump! Seems to mostly be
snapshot files (eg. dart2js.dart.snapshot is now *29*MB and was
previously just *2.4*MB!). Left two thirds of this grab are 1.22; the
right third is 1.21.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
// Vyacheslav Egorov
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...