au-ts / cogent

Cogent Project
https://trustworthy.systems/projects/TS/cogent.pml
Other
158 stars 26 forks source link

LLVM Backend #323

Open zilinc opened 4 years ago

zilinc commented 4 years ago

Description

The high-level idea is that, LLVM IR gives us more control (over performance) than relying on the optimiser of C compilers. A novel way to establish the Cogent-LLVM refinement proof will also be explored.

Current Status

The code generation is currently being investigated as a student project.