Skip to content
Snippets Groups Projects
Commit afb2886b authored by martin.feussner's avatar martin.feussner
Browse files

Update file week02.md

parent 0bf5f515
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ int add(int a, int b){
}
```
2. Let this function compile using **x86-64** **clang** and **gcc** (latest versions) for different optimization levels (compiler options) **-O0**, **-O1**, **-O2**, and analyze the assembly output. Observe how the assembly code changes with optimization.
2. Let this function compile using **x86-64** **clang** and **gcc** (latest versions) for different optimization levels (compiler options or flags) **-O0**, **-O1**, **-O2**, and analyze the assembly output. Observe how the assembly code changes with optimization.
3. Switch to **arm gcc** and repeat the compilation and comparision for different levels of optimization. Observe how the assembly code for **x86-64** differs to that of **ARM**.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment