Go to file
Claudio Maggioni d5e9edec71 done 2023-09-22 20:47:36 +02:00
.idea Done Java part 2023-09-22 20:39:26 +02:00
c done 2023-09-22 20:47:36 +02:00
java done 2023-09-22 20:47:36 +02:00
test Initial commit 2023-09-22 18:29:55 +00:00
README.md done 2023-09-22 20:47:36 +02:00

README.md

Lab 1 - Software Peformance 2023

This is Lab 1 of the Software Performance course at USI.

Go to this Lab on iCorsi.

Submission Info

Property Value
First Name Claudio
Last Name Maggioni

Submission Checklist

Please complete this checklist (turn [ ] into [X]) before you submit:

  • I completed the above Submission Info
  • I solved the Java part:
    • I implemented the Java code
    • I completed java/compile.sh
    • I completed java/run.sh
    • I completed java/disassemble.sh
  • I solved the C part:
    • I implemented the C code
    • I completed c/compile.sh
    • I completed c/run.sh
    • I completed c/disassemble.sh
  • I wrote the source code myself and did not look at the source code of my classmates
  • I ran test/test.sh and verified that it produces the expected output
  • I verified that the disassembled instructions appear (not just the function names)
  • I committed my changes (at least one commit, but possibly many)
  • I pushed my commits to GitHub