Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split "codegen" flags to reduce recompilation #2230

Open
celinval opened this issue Feb 23, 2023 · 0 comments
Open

Split "codegen" flags to reduce recompilation #2230

celinval opened this issue Feb 23, 2023 · 0 comments
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature. [E] Performance Track performance improvement (Time / Memory / CPU)
Milestone

Comments

@celinval
Copy link
Contributor

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.

@celinval celinval added [E] Performance Track performance improvement (Time / Memory / CPU) [C] Feature / Enhancement A new feature request or enhancement to an existing feature. labels Feb 23, 2023
@celinval celinval added this to the Proof Caching milestone Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature. [E] Performance Track performance improvement (Time / Memory / CPU)
Projects
None yet
Development

No branches or pull requests

1 participant