Reduce the compilation overhead for harnesses with the same set of stubs. #2494
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
Z-Kani Compiler
Issues that require some changes to the compiler
Milestone
Requested feature: With the fix to #1841 the compiler will be able to handle multiple harnesses with stubs, but it will rerun the Rust compiler multiple times independent on the set of stubs used on each harness.
Use case: Users may use the same stubs for a set of harnesses, and they can all be processed in the same compiler session. This will reduce the duplicated warnings emitted by the compiler, as well as the time compiling a crate with multiple harnesses that use the same stubs.
Link to relevant documentation (Rust reference, Nomicon, RFC):
The text was updated successfully, but these errors were encountered: