Skip to content

Commit

Permalink
Add 3 papers
Browse files Browse the repository at this point in the history
  • Loading branch information
shining1984 committed Dec 12, 2021
1 parent 976f1f9 commit 0a8ce89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@

2. [*Simple and Efficient Construction of Static Single Assignment Form - CC 2013*](https://compilers.cs.uni-saarland.de/papers/bbhlmz13cc.pdf)

3. [*Register allocation via coloring*](https://dl.acm.org/doi/10.5555/2245737.2245881)
3. [*A Survey on Register Allocation*](http://compilers.cs.ucla.edu/fernando/publications/drafts/survey.pdf)

4. [*A Brief History of JIT Compilation*](http://eecs.ucf.edu/~dcm/Teaching/COT4810-Spring2011/Literature/JustInTimeCompilation.pdf) -John Aycock
4. [*Register allocation via coloring*](https://dl.acm.org/doi/10.5555/2245737.2245881)

5. [*A Detailed Analysis of the LLVM’s Register Allocators*](https://www.researchgate.net/publication/261461454_A_Detailed_Analysis_of_the_LLVM's_Register_Allocators)

6. [*Survey on Instruction Selection*](https://arxiv.org/ftp/arxiv/papers/1306/1306.4898.pdf)

7. [*A Brief History of JIT Compilation*](http://eecs.ucf.edu/~dcm/Teaching/COT4810-Spring2011/Literature/JustInTimeCompilation.pdf) -John Aycock

## The History of Programming Languages

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 @@

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

当前已经收集课程74+,书籍68+,项目21+,博客24+,会议8+, 论文24+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。
当前已经收集课程74+,书籍68+,项目21+,博客24+,会议8+, 论文27+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。

0 comments on commit 0a8ce89

Please sign in to comment.