bincode_test.hss 488 B

123456789101112
  1. [Main]
  2. Title=Compare/Test Instruction Optimization
  3. [Top]
  4. If this type of optimization is turned on, then the TIGCC linker optimizes
  5. all instructions that compare the contents of a memory location with
  6. something. This includes operations that compare data and operations that
  7. test whether something is zero.
  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.