Optimization Algorithms
MicroC includes several algorithms to generate the most efficient code, including:
In addition to these algorithms, use the following guidelines to get the most efficient code:
● Avoid duplication of code segments— use functions or defined actions instead of hardcoded duplicates.
●