Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shining1984/PL-Compiler-Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
shining1984 committed Mar 20, 2022
2 parents fe7691f + 2b8d213 commit 699992f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

《编译优化》--官孝峰

--Bilibili video:
--Bilibili video:

01: [编译器简介+从源码到运行](https://www.bilibili.com/video/av88720239) 02: [BB+CFG+Local_optimization](https://www.bilibili.com/video/av88807060) 03: [DFA1](https://www.bilibili.com/video/av89910858) 04: [DFA2](https://www.bilibili.com/video/av91744591)

Expand All @@ -164,6 +164,10 @@

[2016(Cumberland Lodge,UK)](https://soft-dev.org/events/vmss16/)

3. Cornell University

[CS 6120: A Unified Theory of Garbage Collection(2019)](https://www.cs.cornell.edu/courses/cs6120/2019fa/blog/unified-theory-gc/)

## Programming Languages

1. Brown University
Expand Down
4 changes: 4 additions & 0 deletions Papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ Note: Any of the register allocation approaches can be adapted to run on SSA-for

3. [*A Detailed Analysis of the LLVM’s Register Allocators*](https://www.researchgate.net/publication/261461454_A_Detailed_Analysis_of_the_LLVM's_Register_Allocators) --Tiago Cariolano de Souza Xavier, George Souza Oliveira, Ewerton Daniel de Lima and Anderson Faustino da Silva. 2012

## Virtual Machine

1.[*A Unified Theory of Garbage Collection*](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.143.6619&rep=rep1&type=pdf) --David F.Bacon, Perry Cheng, V.T.Rajan. 2004

## The History of Programming Languages

1. [*The Development of the C Language*](https://www.bell-labs.com/usr/dmr/www/chist.html) --Dennis M. Ritchie
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

本库旨在收集程序语言与编译技术相关资源。目前收集的资料主要分为课程、书籍、论文、项目、博客和会议(论坛)。

当前已经收集课程75+,书籍75+,项目23+,博客26+,会议&杂志14+, 论文55+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。
当前已经收集课程76+,书籍75+,项目23+,博客26+,会议&杂志14+, 论文56+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。

0 comments on commit 699992f

Please sign in to comment.