/Teaching/System Level Programming/Assignments/A3
Task: Memory Layout and Demand Paging
In this assignment, we want to analyze the memory layout and behavior of
64bit
programs.All experiments should be run on a recent and default configured 64bit Ubuntu Linux machine with gcc/g++ >= 8.
We will examine differences in the behavior of the following groups of variables:
-
Global variables (variables allocated in global scope)
-
Local variables (variables allocated in different threads)
-
Static variables (variables allocated with the static keyword)
-
“Malloc variables” (variables allocated with malloc)
-
“Shared (memory) variables” (variables allocated in shared memory – everything allocated with mmap)
- “Extern variables” (variables declared with the extern keyword)
To get points on this assignment, you must answer questions and participate in one of the discussion sessions.
Attention: The questionnaire will close at the actual deadline without the grace period.
Your tasks:
-
Log in to the SLP Test System and go to the Questionnaire Page
-
Write short programs to answer the questions.
-
Add these programs/notes/bash commands to your repo in folder A3.
-
We will not check these programs/notes/bash commands, if they are not there, we do not care, BUT in the exercise interview, you will have to demonstrate how to run one of the experiments. Worst case: you have to live-implement it within the short exercise interview. Also, if we suspect plagiarism, these files can be your defense.
-
The questions are unrestricted multiple choice. Any number of choices from zero to all can be correct.
- Make sure only to submit answers you can explain.
- Answer the questions and tag your submission A3 before the deadline (no late submissions!).
-
-
Register and participate in one of the discussion sessions
- The discussions will take place in person in small groups (if the situation permits)
-
We will discuss the questions and solutions from the questionnaire
- Everyone has to give valuable contributions to the discussion to get points on the questionnaire
- Insufficient or no contributions at all will lead to point deductions on your final A3 points
-
Final Points: Points earned in the questionnaire +/- points from the discussion session
Assignment Tutor
If you have questions regarding this assignment, attend the question hours, and try Discord and slp@iaik.tugraz.at as a final resort. If you have a more direct question regarding your specific solution, you can also ask the tutors who organize this assignment:
Stefan Radic, stefan.radic@student.tugraz.at
Thomas Knoll, thomas.knoll@student.tugraz.at