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. [[http://www.extra.research.philips.com/ccb/][The Code Compaction Bibliography]] maintained by RikVanDeWiel provides a comprehensive overview of code compaction techniques. -- Main.EelcoVisser - 17 Mar 2002
----- CategoryOptimization | CategoryTransformation