when gcc is set to compile for minimal code size, what kind of optimizations does gcc apply in comparison to compile for performance ? or it is just gcc spends more time doing the compilation, selecting instruction sequences that are optimal for code size. Xin