Computer Science Fundamentals
Algorithms
Subjective
Feb 26, 2013
How the use of registers is subdivided into 2 sub-problems?
Detailed Explanation
• During register allocation we select the set of variables that will reside in registers at a point in the program.
• During a subsequent register assignment phase, we pick the specific register that a variable will reside in.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts