Programming Throwdown

Patrick Wheeler and Jason Gauci


Intro topic: Monitor setups

News/Links:


Book of the Show


Tool of the Show

Topic: Compilers and Interpreters (Request by Jessica W.)

  • Machine Code
    • Architecture Specific
  • Assembly
    • Single vs Two Pass Compiler
  • High level Languages
    • Intermediate Representation
    • JVM ByteCode vs Machine Code for portability
  • Scripting/Interpreters
  • JIT
  • Profile Guided Optimization
  • Resources