1 / 9

Advanced Compiler Techniques

Advanced Compiler Techniques. Course Project Introduction. LIU Xianhua School of EECS, Peking University. About Programming Assignment. Goal To give you experience building and evaluating systems in order to help you to prepare to build and evaluate novel systems you create. Assignments

magar
Download Presentation

Advanced Compiler Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advanced Compiler Techniques Course Project Introduction LIU Xianhua School of EECS, Peking University

  2. About Programming Assignment • Goal • To give you experience building and evaluating systems in order to help you to prepare to build and evaluate novel systems you create. • Assignments • four programming assignments. • encourage to work in groups of two on all assignments. • Pair Programming is recommended. “Advanced Compiler Techniques”

  3. Assignment • Lab1: Translation • Lab2: Dataflow and optimization • Lab3: SSA and optimization • Lab4: TBD (optional, extra 10% credit) “Advanced Compiler Techniques”

  4. Other Choices • GCC • LLVM • Soot compiler • Joeq • SUIF • JikesRVM • Eclipse • MIT-Flex “Advanced Compiler Techniques”

  5. Using LLVM • Visit http://www.llvm.org/ • Download & Install LLVM (3.3) • Writing an LLVM Pass http://www.llvm.org/docs/WritingAnLLVMPass.html “Advanced Compiler Techniques”

  6. Using GCC • Visit http://gcc.gnu.org/ • Download and Install GCC (4.5.0) • GCC Online Documentation http://gcc.gnu.org/onlinedocs/ “Advanced Compiler Techniques”

  7. Using Soot • Soot main page: http://www.sable.mcgill.ca/soot/ • Soot download page: http://www.sable.mcgill.ca/soot/soot_download.html • Soot tutorials: http://www.sable.mcgill.ca/soot/tutorial/ “Advanced Compiler Techniques”

  8. Schedule “Advanced Compiler Techniques”

  9. Ethics • Your code is like your boyfriend or girlfriend • It's okay to talk about it on an abstract, high level • But you don't want to go into the specific details • and you certainly don't want to share ——Pascal Van Hentenryck Computer Science Professor, Brown University, 1997 “Advanced Compiler Techniques”

More Related