snu-sf/CompCert

Prove Csem to Cstrategy proof for part I

Closed this issue · 0 comments

  • As discussed offline, we just realized that we only did prove for Cstrategy to Asm only. We missed Csem to Cstrategy.
  • See driver/Compiler.v and driver/Complements.v for more details on the special treatment of Cstrategy to Csem pass. And please apply that treatment into our development.
  • Note that mainline CompCert proves Csem to Cstrategy by backward simulation directly, not through forward simulation. So it would need some plumbing to incorporate those into our final theorem.

Jeehoon