15Fermer17
spectrasLe 18/03/2005 à 20:42
Well, there is a tigcc flag that tells the code generator never to use a specific register. Still, it is a *bad* idea, because the register becomes unavailable to the generator in all your code. Doing this will generate less efficient, and probably bigger code (as the compiler will have to store more variable in the stack and generate additional instructions to load and store them).