Code Compaction

Program-Transformation.Org: The Program Transformation Wiki
CodeCompaction is a class of ProgramOptimizations that reduce the size of a program. This is especially important for embedded software that is used on devices with few resources.

The Code Compaction Bibliography maintained by RikVanDeWiel provides a comprehensive overview of code compaction techniques.

-- EelcoVisser - 17 Mar 2002


CategoryOptimization | CategoryTransformation