You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
351 B
10 lines
351 B
9 years ago
|
=======================
|
||
|
Cretonne Code Generator
|
||
|
=======================
|
||
|
|
||
|
Cretonne is a low-level retargetable code generator. It translates a
|
||
|
target-independent intermediate language into executable machine code. Cretonne
|
||
|
aims to generate code that behaves identically on different target
|
||
|
architectures, and that can be executed safely in a sandbox.
|
||
|
|