Library compcert.driver.Compopts
Compilation options
This file collects Coq functions to query the command-line
options that influence the code generated by the verified
part of CompCert. These functions are mapped by extraction
to accessors for the flags in Clflags.ml.
Flag -Os. For instruction selection (mainly).
Flag -ffloat-const-prop. For value analysis and constant propagation.
For value analysis. Currently always false.
Flag -ftailcalls. For tail call optimization.
Flag -fconstprop. For constant propagation.
Flag -fcse. For common subexpression elimination.
Flag -fredundancy. For dead code elimination.
Flag -fthumb. For the ARM back-end.
Flag -g. For insertion of debugging information.