• Chris Bracken's avatar
    Add caching for kernel compiles during AOT builds (#17439) · 5d8d14b7
    Chris Bracken authored
    We've always cached kernel compiles during bundle builds. This adds
    caching for kernel compiles during AOT builds by moving caching into the
    KernelCompiler.compile() method rather than around each invocation of it.
    
    This also filters buildbot paths included by the kernel compile that are
    not present on the local machine at paths /b/build/slave/Linux_Engine/...
    The kernel compiler should probably include an option to not emit these
    paths in the depfile, since these are used both by Gradle and the
    Fingerprinter class.
    5d8d14b7
Name
Last commit
Last update
.github/ISSUE_TEMPLATE Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.coveralls.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...