bincode_calculation.hss 489 B

123456789101112
  1. [Main]
  2. Title=Calculation Instruction Optimization
  3. [Top]
  4. If this type of optimization is turned on, then the TIGCC linker optimizes
  5. all instructions that perform calculations based on data stored in memory.
  6. This includes addition, subtraction, multiplication, division, and bitwise
  7. manipulation instructions.
  8. <BR><BR>
  9. This optimization can reduce the number of absolute references to locations
  10. inside the program, and it can also decrease the size of the code if
  11. range-cutting is enabled.