creduce

Automatically reduce C/C++ programs while preserving a property

brewmacoslinux
Try with needOr install directly
Source

About

Reduce a C/C++ program while keeping a property of interest

Commands

creduce

Examples

Reduce a C program while keeping it compilable$ creduce --timing --print-delta 'gcc -c input.c' input.c
Reduce a C++ file using a custom test script$ creduce ./test.sh input.cpp
Reduce with specific number of parallel jobs$ creduce --n 4 'clang -Wall -c test.c' test.c