The ultimate goal of a compiler is to,
Reduce the clock cycles for a programming task.
Reduce the size of the object code.
Be versatile.
Be able to detect even the smallest of errors.
(A) Reduce the clock cycles for a programming task.
Explanation: