-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlearning-resources.html
More file actions
190 lines (175 loc) · 9.69 KB
/
learning-resources.html
File metadata and controls
190 lines (175 loc) · 9.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Learning Resources — Compiler Programming</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/agogo.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Compiler Books" href="compiler-books.html" />
<link rel="prev" title="Intermediate Representations" href="intermediate-representations.html" />
</head><body>
<div class="header-wrapper" role="banner">
<div class="header">
<div class="headertitle"><a
href="index.html">Compiler Programming</a></div>
<div class="rel" role="navigation" aria-label="related navigation">
<a href="intermediate-representations.html" title="Intermediate Representations"
accesskey="P">previous</a> |
<a href="compiler-books.html" title="Compiler Books"
accesskey="N">next</a> |
<a href="genindex.html" title="General Index"
accesskey="I">index</a>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="learning-resources">
<h1>Learning Resources<a class="headerlink" href="#learning-resources" title="Permalink to this headline">¶</a></h1>
<section id="courses">
<h2>Courses<a class="headerlink" href="#courses" title="Permalink to this headline">¶</a></h2>
<section id="comp-512-advanced-compiler-construction-rice-university-k-cooper">
<h3>COMP 512: Advanced Compiler Construction - Rice University, K. Cooper<a class="headerlink" href="#comp-512-advanced-compiler-construction-rice-university-k-cooper" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://www.clear.rice.edu/comp512/Lectures/">COMP 512 Lectures</a>. Nice bibliography of important papers related to optimization.</p></li>
</ul>
</section>
<section id="cs-6120-advanced-compilers-the-self-guided-online-course">
<h3>CS 6120: Advanced Compilers: The Self-Guided Online Course<a class="headerlink" href="#cs-6120-advanced-compilers-the-self-guided-online-course" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://www.cs.cornell.edu/courses/cs6120/2020fa/self-guided/">CS 6120</a></p></li>
<li><p><a class="reference external" href="https://capra.cs.cornell.edu/bril/">BRIL</a></p></li>
<li><p><a class="reference external" href="https://github.com/sampsyo/bril">github repo</a></p></li>
</ul>
</section>
<section id="cs-618-program-analysis">
<h3>CS 618: Program Analysis<a class="headerlink" href="#cs-618-program-analysis" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://www.youtube.com/@cs618programanalysis4/videos">CS 618 Video Lectures</a></p></li>
<li><p><a class="reference external" href="https://www.cse.iitb.ac.in/~uday/fp-2019-pune/">An Introduction to Program Analysis</a></p></li>
</ul>
</section>
<section id="static-program-analysis">
<h3>Static Program Analysis<a class="headerlink" href="#static-program-analysis" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://cs.au.dk/~amoeller/spa/">Static Program Analysis</a></p></li>
<li><p><a class="reference external" href="https://github.com/cs-au-dk/TIP/">TIP</a></p></li>
<li><p><a class="reference external" href="https://youtu.be/Lr4cMmaJHrg">Static Program Analysis Part 1 - PLISS 2019</a></p></li>
<li><p><a class="reference external" href="https://youtu.be/6QQSIIvH-F0">Static Program Analysis Part 2 - PLISS 2019</a></p></li>
</ul>
</section>
</section>
<section id="papers-and-implementations">
<h2>Papers And implementations<a class="headerlink" href="#papers-and-implementations" title="Permalink to this headline">¶</a></h2>
<section id="sea-of-nodes">
<h3>Sea of Nodes<a class="headerlink" href="#sea-of-nodes" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="http://softlib.rice.edu/pub/CRPC-TRs/reports/CRPC-TR93366-S.pdf">From Quads to Graphs: An Intermediate Representation’s Journey</a></p></li>
<li><p><a class="reference external" href="https://dl.acm.org/doi/pdf/10.1145/201059.201061">Combining Analyses, Combining Optimizations</a></p></li>
<li><p><a class="reference external" href="https://www.oracle.com/technetwork/java/javase/tech/c2-ir95-150110.pdf">A Simple Graph-Based Intermediate Representation</a></p></li>
<li><p><a class="reference external" href="https://courses.cs.washington.edu/courses/cse501/06wi/reading/click-pldi95.pdf">Global Code Motion Global Value Numbering</a></p></li>
<li><p><a class="reference external" href="https://github.com/SeaOfNodes">Simple Sea of Nodes Implementation</a></p></li>
</ul>
</section>
<section id="jikesrvm">
<h3>JikesRVM<a class="headerlink" href="#jikesrvm" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><p><a class="reference external" href="https://suif.stanford.edu/~jwhaley/papers/mastersthesis.pdf">Dynamic Optimization through the use of Automatic Runtime Specialization</a></p></li>
<li><p><a class="reference external" href="https://github.com/JikesRVM/JikesRVM/tree/master/rvm/src/org/jikesrvm/compilers/opt/bc2ir">Implementation in JikesRVM</a></p></li>
</ul>
</section>
</section>
<section id="others">
<h2>Others<a class="headerlink" href="#others" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://pages.cs.wisc.edu/~fischer/cs701.f14/tutorial.pdf">Automatic Program Optimization, by Ron Cytron</a></p></li>
</ul>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
</div>
<div class="sidebar">
<h3>Table of Contents</h3>
<p class="caption" role="heading"><span class="caption-text">Preliminaries</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="prelim-impl-lang.html">Compiler Implementation Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="ez-lang.html">The EeZee Programming Language</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Parsing Techniques</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="lexical-analysis.html">Lexical Analysis</a></li>
<li class="toctree-l1"><a class="reference internal" href="syntax-analysis.html">Syntax Analysis</a></li>
<li class="toctree-l1"><a class="reference internal" href="abstract-syntax-tree.html">Abstract Syntax Tree</a></li>
<li class="toctree-l1"><a class="reference internal" href="type-systems.html">Type Systems</a></li>
<li class="toctree-l1"><a class="reference internal" href="semantic-analysis.html">Semantic Analysis</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Backend Basics</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="intermediate-representations.html">Intermediate Representations</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Learning Resources</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Learning Resources</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#courses">Courses</a></li>
<li class="toctree-l2"><a class="reference internal" href="#papers-and-implementations">Papers And implementations</a></li>
<li class="toctree-l2"><a class="reference internal" href="#others">Others</a></li>
</ul>
</li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Reviews</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="compiler-books.html">Compiler Books</a></li>
</ul>
<div role="search">
<h3 style="margin-top: 1.5em;">Search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer-wrapper">
<div class="footer">
<div class="left">
<div role="navigation" aria-label="related navigaton">
<a href="intermediate-representations.html" title="Intermediate Representations"
>previous</a> |
<a href="compiler-books.html" title="Compiler Books"
>next</a> |
<a href="genindex.html" title="General Index"
>index</a>
</div>
<div role="note" aria-label="source link">
<br/>
<a href="_sources/learning-resources.rst.txt"
rel="nofollow">Show Source</a>
</div>
</div>
<div class="right">
<div class="footer" role="contentinfo">
© Copyright 2024, Dibyendu Majumdar.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.2.
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</body>
</html>