• Chris Bracken's avatar
    Skip AOT snapshot build if inputs are unchanged (#11084) · b5e522e2
    Chris Bracken authored
    Previously, the snapshot file was recomputed on every build. We now
    record checksums for all snapshot inputs (which are catalogued in the
    snapshot dependencies file output alongside the snapshot) and only
    rebuild if the checksum for any input file (or the previous output file) has
    changed.
    b5e522e2
build_aot.dart 12.7 KB