ghc-7.7.20130829: The GHC API

Safe HaskellNone

CmmPipeline

Synopsis

Documentation

Converts C-- with an implicit stack and native C-- calls into optimized, CPS converted and native-call-less C--. The latter C-- can be used to generate assembly.

cmmPipeline :: HscEnv -> TopSRT -> CmmGroup -> IO (TopSRT, CmmGroup)Source

Top level driver for C-- pipeline