Compiling Optimization on Code Lengths in Embedded Systems
姜伟华,马国凯,张沁峰,臧斌宇,朱传琪
DOI: https://doi.org/10.3969/j.issn.1007-130x.2004.03.030
2004-01-01
Abstract:With the complexity growth of embedded systems, the compression of embedded applications' code become more and more important. Several code compression methods have been presented nowadays. They all merge the same code sequences in binary code to increase code density. Among them, the pure software method can be used most widely and easily. However, it is not compatible with the architecture that has only one stack used for both data and subroutine calling. In this paper, we improve this method to make it compatible with that architecture.
What problem does this paper attempt to address?