Description:
Two important aspects of the code compilation phase in embedded program development are register allocation and schedule. Given a block of code, we want to choose assignments of variables (both declared and temporary) to registers to minimize the total number of required registers. This article is a brief, but still solid explanation of this subject.
Resource Comments