Split "codegen" flags to reduce recompilation #2230
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
[E] Performance
Track performance improvement (Time / Memory / CPU)
Milestone
Requested feature: Only recompile the artifacts that are affected by changes to Kani options.
Use case: After enabling the build cache, any change to the Kani arguments that influence how we invoke
kani-compiler
will trigger a full recompilation. This is unnecessary in some cases (e.g.: reachability checks), which are only applied to the target crate being compiled.The text was updated successfully, but these errors were encountered: