Question: Code generation for a reasonably large subset of C. Generate IR in three-address form. Optimize it to minimize the number of temporaries. Generate assembly code.
Code generation for a reasonably large subset of C. Generate IR in three-address form. Optimize it to minimize the number of temporaries. Generate assembly code. Use the x86 assembler to generate the executable code and run it. Check if the unoptimized and the optimized versions' outputs match.
please give a full code and detail explanation as it is a project
thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
