Files
sdk/pkg/compiler/tool
Joshua Litt a78d0ce047 [dart2js] Reuse serialization ids for codegen.
Impact on CM:

Before(3a):
  Serialized 1,224,950,828 bytes data to 520,676,411 bytes
Before(3b):
  Compiled 1,745,627,239 bytes data to 425,409,433 characters

After(3a):
  Serialized 1,224,950,828 bytes data to 350,134,862 bytes
After(3b):
  Compiled 1,575,085,690 bytes data to 425,409,433 characters


Change-Id: Ie0247e33f7bcccd0492c3d209ad02dc947341098
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215480
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
2021-10-05 17:32:30 +00:00
..