Comment on page
Optimizing
How to use the Optimizing feature.
The code optimization in the synthesis phase is a program transformation technique, which tries to improve the intermediate code by making it consume fewer resources (i.e. CPU, Memory) so that faster-running machine code will result. Our State of the art Optimization feature will target the optimization of various activities such as Loop Unrolling, Instruction Scheduling, Register Allocation, and Dead Code elimination.
The optimization process will be performed to improve the performance of the application by reducing the overall execution time, memory usage, and power consumption.