perform all the general code optimizations with the help of compiler switches and pragma statements. The VC++ compiler performs copy propagation and dead store elimination, common subexpression elimination, register allocation, function inlining, loop optimizations, flow graph optimizations, peephole ...