| Version 7 (modified by dterei, 16 months ago) |
|---|
GHC Commentary: Backends
After Cmm has been generated, we have a choice of targets to compile to:
These backends are completely interchangeable. Our preferred route is the native code generator. The C code generator is used for portable, non-optimised, or unregisterised compilation.
