}
// The post-compilation pass to populate the disk cache with the results of classes processed
// during this job. Needs to happen here so we can compute a checksum over the bytecode and
// spot when things get sneakily changed when we weren't looking.
OptimisationPhaseManager.register(new ChecksumRunner(), AFTER_GENERATE);
// Close any resources that need closing...
OptimisationPhaseManager.register(new CleanupRunner(), AFTER_GENERATE);
StaticCompilerUtils.init(env);