As I understand it avionics is actually one of the primary customers of CompCert. I haven't read these (my understanding comes from a keynote Xavier Leroy gave a while ago), but you may be interested in
@inproceedings{Leroy-PPES-2011,
author = {Ricardo {Bedin França} and Denis Favre-Felix and Xavier Leroy
and Marc Pantel and Jean Souyris},
title = {Towards Optimizing Certified Compilation in Flight Control Software},
booktitle = {Workshop on Predictability and Performance in Embedded Systems (PPES 2011)},
pages = {59--68},
series = {OpenAccess Series in Informatics},
volume = 18,
publisher = {Dagstuhl Publishing},
year = {2011},
xtopic = {compcert},
abstract = {
This work presents a preliminary evaluation of the use of the CompCert formally specified and verified optimizing compiler for the development of level A critical flight control software. First, the motivation for choosing CompCert is presented, as well as the requirements and constraints for safety-critical avionics software. The main point is to allow optimized code generation by relying on the formal proof of correctness instead of the current un-optimized generation required to produce assembly code structurally similar to the algorithmic language (and even the initial models) source code. The evaluation of its performance (measured using WCET) is presented and the results are compared to those obtained with the currently used compiler. Finally, the paper discusses verification and certification issues that are raised when one seeks to use CompCert for the development of such critical software. }
}
@inproceedings{Bedin-Franca-ERTS-2012,
author = {Ricardo {Bedin França} and Sandrine Blazy and Denis Favre-Felix
and Xavier Leroy and Marc Pantel and Jean Souyris},
title = {Formally verified optimizing compilation in {ACG}-based
flight control software},
booktitle = {Embedded Real Time Software and Systems (ERTS 2012)},
year = 2012,
xtopic = {compcert},
abstract = {This work presents an evaluation of the CompCert formally specified
and verified optimizing compiler for the development of DO-178 level A
flight control software. First, some fundamental characteristics of
flight control software are presented and the case study program is
described. Then, the use of CompCert is justified: its main point is
to allow optimized code generation by relying on the formal proof of
correctness and additional compilation information instead of the
current un-optimized generation required to produce predictable
assembly code patterns. The evaluation of its performance (measured
using WCET and code size) is presented and the results are compared to
those obtained with the currently used compiler.}
}