-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (210 loc) · 7.69 KB
/
index.html
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html>
<head>
<title>Dimitris Vardoulakis</title>
<link rel="stylesheet" href="homepage.css">
</head>
<body>
<span id="leftcol">
<img src="dimvar.jpg" height="205" width="205"/>
<div id="contactinfo">
<div class="leftcoltitle">Contact</div>
<div id="emailbox">Email:<span id="email"></span></div>
</div>
<div id="links">
<div class="leftcoltitle">Links</div>
<a class="mylink" href="cv.html">CV</a>
<a class="mylink" href="http://github.com/dimvar">GitHub</a>
<a class="mylink" href="https://www.google.com/+DimitrisVardoulakis">
Google+
</a>
<a class="mylink" href="http://twitter.com/dimvar">Twitter</a>
<a class="mylink" href="http://stackoverflow.com/users/308750/dimvar">
Stack Overflow
</a>
</div>
</span>
<span id="rightcol">
<div id="main">
<div id="shortbio">
<div id="titlename">Dimitris Vardoulakis</div>
<p>
I am a Software Engineer at Google, working on
<a href="https://github.com/google/closure-compiler">
Closure Compiler.
</a>
</p>
<p>
Before joining Google, I was a PhD student at Northeastern
University.
I defended my thesis in June 2012.
For my PhD, I developed CFA2, a new flow analysis for functional
languages. CFA2 is the first flow analysis with unbounded
call/return matching in the presence of hard-to-analyze language
features, such as first-class functions, tail calls and first-class
control.
It provides precise dataflow information and is also suitable for
stack-related optimizations, such as stack-allocation of closure
environments.
</p>
</div>
<div id="papers">
<div id="rightcoltitle">Papers</div>
<div class="paper">
<div class="title">
In Defense of Soundiness: A Manifesto
</div>
<div class="authors">
Livshits, Sridharan, Smaragdakis, Lhotak, Amaral,
Chang, Guyer, Khedker, Moller, Vardoulakis
</div>
<div class="info">
Communications of the ACM, Vol. 58, Feb 2015
<a href="papers/soundiness-preprint.pdf">[pdf]</a>
</div>
</div>
<div class="paper">
<div class="title">
CFA2: Pushdown Flow Analysis for Higher-Order Languages
</div>
<div class="authors">
Dimitrios Vardoulakis
</div>
<div class="info">
Ph.D. dissertation, 2012
<a href="papers/diss.pdf">[pdf]</a>
<a href="papers/diss-bib">[bib]</a>
<a href="papers/diss-errata.txt">[errata]</a>
</div>
</div>
<div class="paper">
<div class="title">
Pushdown Flow Analysis of First-Class Control
</div>
<div class="authors">
Dimitrios Vardoulakis and Olin Shivers
</div>
<div class="info">
ICFP 2011
<a href="papers/cfa2-1st-class.pdf">[pdf]</a>
<a href="papers/cfa2-1st-class-slides.pdf">[slides]</a>
<a href="papers/cfa2-1st-class-bib">[bib]</a>
</div>
</div>
<div class="paper">
<div class="title">
CFA2: a Context-Free Approach to Control-Flow Analysis
</div>
<div class="authors">
Dimitrios Vardoulakis and Olin Shivers
</div>
<div class="info">
Logical Methods in Computer Science, Vol. 7 (2:3), May 2011
<a href="http://arxiv.org/pdf/1102.3676">[pdf]</a>
<a href="papers/cfa2-lmcs-bib">[bib]</a>
</div>
</div>
<div class="paper">
<div class="title">
Ordering Multiple Continuations on the Stack
</div>
<div class="authors">
Dimitrios Vardoulakis and Olin Shivers
</div>
<div class="info">
PEPM 2011
<a href="papers/rcps-NU-CCIS-11-01.pdf">[pdf]</a>
<a href="papers/rcps-pepm11-slides.pdf">[slides]</a>
<a href="papers/rcps-pepm11-bib">[bib]</a>
</div>
</div>
<div class="paper">
<div class="title">
CFA2: a Context-Free Approach to Control-Flow Analysis
</div>
<div class="authors">
Dimitrios Vardoulakis and Olin Shivers
</div>
<div class="info">
ESOP 2010
<a href="papers/cfa2-NU-CCIS-10-01.pdf">[pdf]</a>
<a href="papers/cfa2-esop-slides.pdf">[slides]</a>
<a href="papers/cfa2-esop-bib">[bib]</a>
</div>
</div>
<div class="paper">
<div class="title">
A compositional trace semantics for Orc
</div>
<div class="authors">
Dimitrios Vardoulakis and Mitchell Wand
</div>
<div class="info">
COORDINATION 2008
<a href="papers/orc-coord.pdf">[pdf]</a>
<a href="papers/orc-coord-slides.pdf">[slides]</a>
<a href="papers/orc-coord-bib">[bib]</a>
</div>
</div>
<div class="paper">
<div class="title">
A compositional trace semantics for Orc (short version)
</div>
<div class="authors">
Dimitrios Vardoulakis and Mitchell Wand
</div>
<div class="info">
BPESO/CSCW 2007
<a href="papers/orc-bpeso.pdf">[pdf]</a>
<a href="papers/orc-bpeso-slides.pdf">[slides]</a>
<a href="papers/orc-bpeso-bib">[bib]</a>
</div>
</div>
</div>
<div id="misc">
<div id="rightcoltitle">Misc</div>
<div class="miscitem">
<a href="papers/dagstuhl-pointer-analysis-report.pdf">
Report from a Dagstuhl seminar on pointer analysis (pdf).
</a>
</div>
<div class="miscitem">
<a href="http://research.microsoft.com/apps/video/dl.aspx?id=151000&l=i">
Invited talk at Microsoft Research, Redmond.
</a>
</div>
<div class="miscitem">
<a href="http://brendaneich.com/2010/08/static-analysis-ftw">
Brendan Eich on DoctorJS.
</a>
</div>
</div>
</div>
<div id="bottom">
<div id="minskyquote">
Our cultural heritage promotes helplessness about gifts, talents and
aptitudes. It encourages "I'm not good at this" instead of "How can I
make myself better at it?"
</div>
<div>
From Marvin Minsky's Turing Award lecture.
</div>
</div>
</span>
<script type="text/javascript" src="homepage.js"></script>
<!-- start of google analytics code -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9268577-1");
pageTracker._trackPageview();
}
catch(err) {}
</script>
<!-- end of google analytics code -->
</body>
</html>