Skip to content

Commit

Permalink
add a IR paper
Browse files Browse the repository at this point in the history
  • Loading branch information
shining1984 committed Oct 16, 2022
1 parent a7a0808 commit 3c4857a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@

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

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

### Compilers -- IR

1. [*A Simple Graph-Based Intermediate Representation*](https://www.oracle.com/technetwork/java/javase/tech/c2-ir95-150110.pdf) --Cliff Click, Michael Paleczny
It is the IR of HotSport Server Compiler.

### Compilers -- Optimization

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
本库旨在收集程序语言与编译技术相关资源。目前收集的资料主要分为课程、书籍、论文、项目、博客和会议(论坛)。

=======
当前已经收集课程77+,书籍78+,项目24+,博客28+,会议&杂志14+, 论文58+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。
当前已经收集课程77+,书籍78+,项目24+,博客28+,会议&杂志14+, 论文59+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。

![15839d2f5e1c6f1851ec502ef6c1a39](https://user-images.githubusercontent.com/3916635/183551759-4e2b5daa-ebf8-4313-866c-056d11fc3bd3.jpg)
后续开始写公众号了,欢迎大家关注“每夕读书”,微信号:meixidushu。

0 comments on commit 3c4857a

Please sign in to comment.