Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 627 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 627 Bytes

Exercises

This repository contains exercises to prepare for the exam. You can find a PDF in the docs/ directory.

Contribution

You can contribute to exercises by adding questions and/or solutions to the src/ directory. Make sure that pdflatex src/document.tex produces a valid PDF document and open a pull request, when you are done. This pull request should not include files in the docs directory.

Register Allocation

For liveness analysis, you should follow the structure of liveness-gcd.tex and use commands from commands.tex. Note that the example in liveness-gcd.tex is not solved completely.