Skip to content

Commit

Permalink
整理会议并添加一篇基于SSA的寄存器分配论文
Browse files Browse the repository at this point in the history
  • Loading branch information
shining1984 committed Dec 26, 2021
1 parent 3ce44a1 commit b01163a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
40 changes: 32 additions & 8 deletions Conferences_Journals.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,45 @@
# The Conferences and Journals about PL and Compiler

## Conferences
## PL

1. CC: Compiler Construction
1. [ACM SIGPLAN: Special Interest Group on Programming Languages](https://sigplan.org/)

2. CGO: Code Generation and Optimization
[SIGPLAN Conferences](https://sigplan.org/Conferences/) [SIGPLAN Blog](https://blog.sigplan.org/)

2. POPL: Principles of Programming Languages

[POPL 1995-2022](https://sigplan.org/Conferences/POPL/)

3. PLDI: Programming Languages Design and Implementtation

4. POPL: Principles of Programming Languages
4. ICFP: International Conference on Functional Programming

5. ASPLOS: Architectural Support for Programming Languages and Operating Systems

6. TOPLAS: ACM Transactions of Programming Languages and Systems
6. DLS: Dynamic Languages Symposium

7. GPCE: Generative Programming: Concepts and Experiences

8. HOPL: History of Programming Languages

[HOPL IV](https://hopl4.sigplan.org/)

9. PLMW: The Programming Languages Mentoring Workshop

10. TOPLAS: ACM Transactions of Programming Languages and Systems

## Compiler

1. CC: Compiler Construction

[CC 2010-2022](https://conf.researchr.org/series/CC/)

2. CGO: Code Generation and Optimization

7. [HOPL IV: History of Programming Languages](https://hopl4.sigplan.org/)
[CGO 2003-2021](https://conf.researchr.org/info/cgo-2022/previous-cgos)

[CGO 2022](https://conf.researchr.org/home/cgo-2022)

8. [OSDT: 开源开发工具大会](http://www.hellogcc.org/)
3. LCTES: Languages, Compilers, and Tools for Embedded Systems

## Journals
4. [OSDT: 开源开发工具大会](https://hellogcc.github.io/)
2 changes: 2 additions & 0 deletions Papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Note: Any of the register allocation approaches can be adapted to run on SSA-for

3. [*Register Allocation for Programs in SSA-Form*](https://compilers.cs.uni-saarland.de/papers/ssara.pdf) --Sebastian Hack, Daniel Grund, and Gerhard Goos. 2006

4. [*Linear Scan Register Allocation on SSA Form*](http://www.christianwimmer.at/Publications/Wimmer10a/Wimmer10a.pdf) --Christian Wimmer, Michael Franz. 2010

### Compilers -- Register Allocation -- Others

1. [*A Survey on Register Allocation*](http://compilers.cs.ucla.edu/fernando/publications/drafts/survey.pdf) -- Fernando Magno Quint˜ao Pereira. 2008
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+,书籍71+,项目22+,博客24+,会议8+, 论文44+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。
当前已经收集课程74+,书籍71+,项目22+,博客24+,会议&杂志14+, 论文45+。后续不断更新,欢迎大家star和fork,也欢迎大家发起PR添加新的内容。

0 comments on commit b01163a

Please sign in to comment.