The compilation process usually also involves a number of ProgramRephrasings?. For example, ProgramNormalizations such as IrCanonicalization? and AlgebraicSimplification? and various forms of ProgramOptimizations.
-- EelcoVisser - 2000
Topics
Resources
-- EelcoVisser - 02 Dec 2001
CompilationByTransformation is a paradigm in which compilation is implemented by means of of a series of transformations. The paper on RealisticCompilationByProgramTransformation was the first to formulate the paradigm. The approach is used in the GlasgowHaskellCompiler?.
-- EelcoVisser - 2000