ASSIGNMENT: Memory layout
Zahteve zaključka
Odprto: torek, 25. marec 2025, 13.00
Rok za oddajo: torek, 1. april 2025, 13.00
Using the template for the 6th homework, you should
- find constant expressions and check lvalues
- compute the stack frames and variable accesses.
Assume that all variables and record components (but not array elements) are aligned on 8 byte boundary
You should upload your solution as a zip file named xxxxxxxx-memory.zip where xxxxxxxx stands for you student identification number. The contents of the uploaded zip file must have exactly the same directory structure as the template. The uploaded zip file must contain complete source distribution (including
the previous phases), but without antlr and generated files.