Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

LSU Doctoral Dissertations

Theses/Dissertations

2004

Commutative transformation

Articles 1 - 1 of 1

Full-Text Articles in Entire DC Network

Address Optimizations For Embedded Processors, Sai Pinnepalli Jan 2004

Address Optimizations For Embedded Processors, Sai Pinnepalli

LSU Doctoral Dissertations

Embedded processors that are common in electronic devices perform a limited set of tasks compared to general-purpose processor systems. They have limited resources which have to be efficiently used. Optimal utilization of program memory needs a reduction in code size which can be achieved by eliminating unnecessary address computations i.e., generate optimal offset assignment that utilizes built-in addressing modes. Single offset assignment (SOA) solutions, used for processors with one address register; start with the access sequence of variables to determine the optimal assignment. This research uses the basic block to commutatively transform statements to alter the access sequence. Edges in …