Actions
Feature #10546
closedCause Weaver to output preprocessed source files and models
Start date:
10/20/2020
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
After #10080 Weaver does not do any preprocessing as it relies upon CIF outputs preprocessed code. But resulting files have ".c" extension that forces Frama-C (CIL) to invoke preprocessor on them.
Updated by Evgeny Novikov about 4 years ago
- Description updated (diff)
- Status changed from New to Resolved
I implemented this feature in branch cif-cpp-ext. Small tests passed and demonstrated slight performance improvement. Let's wait for CI.
Updated by Evgeny Novikov about 4 years ago
- Related to Feature #10080: Do not preprocess source code outputted by CIF added
Updated by Evgeny Novikov about 4 years ago
- Status changed from Resolved to Closed
CI tests passed demonstrating ~10% improvement in working time of FVTP. So, I merged the branch to master in 576035b2e.
Actions