cs420 icon indicating copy to clipboard operation
cs420 copied to clipboard

[Homework 6] Deadcode Elimination (due: 6/18)

Open Lee-Janggun opened this issue 3 days ago • 0 comments

Implement deadcode elimination.

  • instruction
    • https://www.youtube.com/watch?v=zoCikRTbDbY&list=PL5aMzERQ_OZ8RWqn-XiZLXm1IJuaQbXp0&index=26
    • https://docs.google.com/presentation/d/1SqtU-Cn60Sd1jkbO0OSsRYKPMIkul0eZoYG9KpMugFE/edit#slide=id.g87567d459f_0_5
  • skeleton: https://github.com/kaist-cp/kecc-public/blob/main/src/opt/deadcode.rs
    • fill out todo!().
    • don't fork this repository. It'll be public!
  • self grader
    • https://github.com/kaist-cp/kecc-public/blob/main/scripts/grade-deadcode.sh
  • submission: run ./scripts/make-submissions.sh and then submit deadcode.zip.
    • https://gg.kaist.ac.kr/assignment/155/
  • due: 6/18 23:59:59 (KST = UTC+9)

Lee-Janggun avatar Feb 26 '25 16:02 Lee-Janggun