0
14kviews
Explain Code motion.

Mumbai University > Computer Engineering > Sem6 > System Programming and Compiler Construction

Marks: 5M

Year: May 2015

1 Answer
0
290views

Optimization

  • Optimization is a program transformation technique, which tries to improve the code by making it consume less resources (i.e. CPU, Memory) and deliver high speed.
  • In optimization, high-level general programming constructs are replaced by very efficient low-level programming codes.
  • A code optimizing process must follow the three rules given …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.