rohitgeek <rohit23taneja@xxxxxxxxx> writes: > Can i get the basic information about applying peephole optimizations when > porting gcc for a new processor. Also how to generate single instruction in > assembly for complex instructions like MAC( multiply and accumulate) instead > of two instructions( mul and add seperate). This is all documented in the gcc internals documentation. http://gcc.gnu.org/onlinedocs/gccint/ Ian