Wednesday, June 21, 2006

Midterm evaluation

The midterm evaluation is approaching, and I decided to post the code that I have already implemented. The code is here. The implementation, up to now, consist of 3.700 lines of code. It contains one application that generates the control flow graph of .c programs, some data types, and the skeleton of the register allocation algorithm. The RA is producing a map between virtual and physical registers that seems to be correct. For instance, for this program here (.c), it produces this map. Tomorrow I will be studying X86 assembly code, so, there will be no new code. I hope to start coding again by Friday.

0 Comments:

Post a Comment

<< Home