Skip to content

Latest commit

 

History

History
111 lines (56 loc) · 5.78 KB

Books.md

File metadata and controls

111 lines (56 loc) · 5.78 KB

The Books about PL and Compiler

Other Resource:

Courses

Papers

Projects

Blogs

Conferences and Journals

Compilers

  1. Compilers: Principles, Techniques, and Tools(Second Edition) --Alfred V. Aho, Monica S. Lam, Ravi Sethi, Jefrey D. Ullman

  2. Modern Compiler Implementation in C --Andrew W.Appel

  3. Advanced Compiler Design and Implementation --Steven S. Muchnick

  4. Engineering a Compiler(Second Edition) --Keith D.Copper, Linda Torczon

  5. Modern Compiler Design(Second Edition) --Dick Grune, Kees van Reeuwijk, Henri E. Bal, Ceriel J.H. Jacobs, Koen Langendoen

  6. Linkers & Loaders --John R. Levine

  7. Static Single Assignment Book

  8. Optimizing Compilers for Modern Architectures -- Allen

    中文版:《现代体系结构的优化编译器》

  9. flex & bison: Text Processing Tools --John Levine

    中文版:flex与bison

  10. Parsing Techniques: A Practical Guide --Dick Grune

    中文版:《解析技术》(翻译中)

  11. The Compiler Design Handbook: Optimizations and Machine Code Generation -- Y.N. Srikant,Priti Shankar

  12. Advanced C and C++ Compiling --Milan Stevanovic

    中文版:《高级C/C++编译技术》

  13. A Retargetable C Compiler: Design and Implementation --David R. Hanson,Christopher W. Fraser

    中文版:《可变目标C编译器》

  14. High-Performance Compilers for Parallel Computing --Michael Wolfe

  15. Writing Compilers and Interpreters: A Software Engineering Approach (3rd Edition) --Ronald Mak

  16. 《编译系统透视》

  17. 《程序员的自我修养:链接、装载与库》 --俞甲子,石凡,潘爱民

Compilers -LLVM

  1. Getting Started with LLVM Core Libraries --Bruno Cardoso Lopes, Rafael Auler

    中文版:《LLVM编译器实战教程》

  2. LLVM Essentials: Become familiar with the LLVM infrastructure and start using LLVM libraries to design a compiler -- Suyog Sarda, Mayur Pandey

  3. LLVM Cookbook --Mayur Pandey, Suyog Sarda

Program Analysis

  1. Lecture Notes on Static Analysis --Michael I. Schwartzbach

  2. Static Program Analysis --Anders Møller, Michael I. Schwartzbach

Virtual Machine && Runtime

  1. Virtual Machines: Versatile Platforms for Systems and Processes --Jim Smith, Ravi Nair

    中文版:《虚拟机:系统与进程的通用平台》

  2. Virtual Machines --Iain D. Craig

  3. Advanced Design and Implementation of Virtual Machines --Xiao-Feng Li

    中文版:《虚拟机设计与实现——以JVM为例》

  4. 《深入理解Android——Java虚拟机ART》 --邓凡平

  5. 《深入解析Android虚拟机》 --钟世礼

  6. 《深入理解Java虚拟机(第3版)》 --周志明

Programming Languages

  1. Programming Languages: Application and Interpretation --Shriram Krishnamurthi

    中文版

  2. Essentials of Programming Languages --Third Edition

  3. The Implementation of Functional Programming Languages --Simon Peyton Jones

  4. Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages (Pragmatic Programmers) --Terence Parr

  5. Types and Programming Languages --Benjamin C. Pierce

  6. Advanced Topics in Types and Programming Languages --Benjamin C. Pierce

  7. Language Implementation Patterns: Create Your Own Domain-Specific and General Programming Languages (Pragmatic Programmers) --Terence Parr