From cTuning.org
Navigation: cTuning.org > CTools > CCC
Here we provide some current or possible ССС usage scenarios. You are welcome to provide your own optimization scenario:
- Search (random, one by one, probabilistic, genetic) good program optimizations to improve program execution time, code size, compilation time, power consumption, etc using compiler flags or fine-grain optimizations (function, loop or instruction-level) through Interactive Compilation Interface
- Benchmark computing systems and compare compilers
- Collectively build large training sets to further statistical analysis to create machine learning models that can predict good program optimizations
- Tune default compiler optimization heuristic
- Tune architectural parameters
- Compare behavior of programs, datasets, architectures, compilers, run-time systems
- Test compiler for illegal combinations of optimizations
- Find a good balance between performance, code size and compilation time when optimizing large applications or the whole Linux