Computer Science Fundamentals Algorithms Subjective
Feb 26, 2013

What are the advantages and disadvantages of register allocation and assignments?

Detailed Explanation

•    Advantages:
i.    It simplifies the design of a compiler
•    Disadvantages:
i.    It is applied too strictly.
ii.    It uses registers in efficiently. Certain registers may go unused over substantial portions of the code, while unnecessary load and stores are generated.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback