Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 297 Bytes

review.md

File metadata and controls

14 lines (11 loc) · 297 Bytes

Review

  • malloc(n) vs alloc(m)
    • n is # of bytes, m is # of words
  • exam is on april 11 4-6:30 in the pac

Since midterm

  • CFLs, CFGs
  • Parsing: bottom-up and top-down
  • Syntax-directed translation
  • Context-sensitive anaysis
  • Code generation / code improvement
  • Memory management