0
8.7kviews
What is flow graph? State its significance in code generation.
1 Answer
1
107views

Machine Dependent Optimization

  • Machine-dependent optimization is done after the target code has been generated and when the code is transformed according to the target machine architecture.
  • It involves CPU registers and may have absolute memory references rather than relative references.
  • Machine-dependent optimizers put efforts to take maximum advantage of memory …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.