-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaper.bib
356 lines (318 loc) · 9.57 KB
/
paper.bib
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
@inproceedings{LahiriQW11,
author = {Shuvendu K. Lahiri and
Shaz Qadeer and
David Walker},
title = {Linear maps},
booktitle = {PLPV},
year = {2011},
pages = {3-14}
}
@INPROCEEDINGS{Wadler90lineartypes,
author = {Philip Wadler},
title = {Linear Types Can Change the World!},
booktitle = {Programming Concepts and Methods},
year = {1990},
publisher = {North}
}
@inproceedings{Reynolds02,
author = {John C. Reynolds},
title = {Separation Logic: A Logic for Shared Mutable Data Structures},
booktitle = {LICS},
year = {2002},
pages = {55-74}
}
@inproceedings{VCC,
author = {Ernie Cohen and
Markus Dahlweid and
Mark A. Hillebrand and
Dirk Leinenbach and
Micha{\l} Moskal and
Thomas Santen and
Wolfram Schulte and
Stephan Tobies},
title = {{VCC}: A Practical System for Verifying Concurrent {C}},
booktitle = {TPHOLs},
year = {2009}
}
@inproceedings{YangH10,
author = {Jean Yang and
Chris Hawblitzel},
title = {Safe to the last instruction: automated verification of
a type-safe operating system},
booktitle = {PLDI},
year = {2010},
pages = {99-110}
}
@article{OwickiG76,
author = {Susan S. Owicki and
David Gries},
title = {An Axiomatic Proof Technique for Parallel Programs I},
journal = {Acta Inf.},
volume = {6},
year = {1976},
pages = {319-340}
}
@inproceedings{MouraB08,
author = {Leonardo Mendon\c{c}a de Moura and
Nikolaj Bj{\o}rner},
title = "{Z3: An efficient SMT solver}",
booktitle = {TACAS},
year = {2008},
pages = {337-340}
}
@inproceedings{BarnettCDJL05,
author = {Michael Barnett and
Bor-Yuh Evan Chang and
Robert DeLine and
Bart Jacobs and
K. Rustan M. Leino},
title = {Boogie: A Modular Reusable Verifier for Object-Oriented
Programs},
booktitle = {FMCO},
year = {2005},
pages = {364-387}
}
@inproceedings{BL05,
author = "Mike Barnett and K. Rustan M. Leino",
title = "Weakest-Precondition of Unstructured Programs",
booktitle = {PASTE},
year = 2005
}
@book{DijkstraBook,
author = "Edsger W. Dijkstra",
title = "A Discipline of Programming",
publisher = "Prentice-Hall",
year = "1976"
}
@article{Jones83,
author = {Cliff B. Jones},
title = {Tentative Steps Toward a Development Method for Interfering
Programs},
journal = {ACM TOPLAS},
volume = {5},
number = {4},
year = {1983},
pages = {596-619}
}
@article{Hoare74,
author = {Hoare, C. A. R.},
title = {Monitors: an operating system structuring concept},
journal = {Commun. ACM},
issue_date = {Oct. 1974},
volume = {17},
number = {10},
month = oct,
year = {1974},
issn = {0001-0782},
pages = {549--557},
numpages = {9},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{OHearn07,
author = {Peter W. O'Hearn},
title = {Resources, concurrency, and local reasoning},
journal = {Theor. Comput. Sci.},
volume = {375},
number = {1-3},
year = {2007},
pages = {271-307}
}
@inproceedings{ElmasQT09,
author = {Tayfun Elmas and
Shaz Qadeer and
Serdar Tasiran},
title = {A calculus of atomic actions},
booktitle = {POPL},
year = {2009},
pages = {2-15}
}
@inproceedings{LM09,
author = {Leino, K. Rustan and M\"{u}ller, Peter},
title = {A Basis for Verifying Multi-threaded Programs},
booktitle = {ESOP},
year = {2009},
pages = {378--393}
}
@inproceedings{filliatre13esop,
author = {Jean-Christophe Filli\^atre and Andrei Paskevich},
title = {Why3 --- Where Programs Meet Provers},
booktitle = {ESOP},
year = 2013,
volume = {7792},
series = {LNCS},
publisher = {Springer},
pages = {125--128}
}
@article{Blizard89,
author = "Wayne D. Blizard",
title = "Real-valued multisets and fuzzy sets ",
journal = "Fuzzy Sets and Systems",
volume = "33",
number = "1",
pages = "77 - 97",
year = "1989",
note = "",
issn = "0165-0114"
}
@inproceedings{boyland:03fractions,
author = {John Boyland},
title = {Checking Interference with Fractional Permissions},
booktitle = "Static Analysis: 10th International Symposium",
year = 2003,
}
@inproceedings{Slayer,
author = {Josh Berdine and Byron Cook and Samin Ishtiaq},
title = {{SLAyer}: Memory Safety for Systems-level Code},
booktitle = {CAV},
year = {2011}
}
@inproceedings{Cave,
author = {Viktor Vafeiadis},
title = {Automatically proving linearizability},
booktitle = {CAV},
year = {2010}
}
@inproceedings{Smallfoot,
author = {Josh Berdine and Cristiano Calcagno and Peter W. O'Hearn},
title = {Smallfoot: Modular Automatic Assertion Checking with Separation Logic},
booktitle = {FMCO},
year = {2005}
}
@inproceedings{SAGL,
author = {Xinyu Feng and Rodrigo Ferreira and Zhong Shao},
title = {On the Relationship between Concurrent Separation Logic and Assume-Guarantee Reasoning},
booktitle = {ESOP},
year = {2007}
}
@inproceedings{RGSep,
author = {Viktor Vafeiadis and Matthew Parkinson},
title = {A Marriage of Rely/Guarantee and Separation Logic},
booktitle = {CONCUR},
year = {2007}
}
@inproceedings{SepLog700,
author = {Matthew Parkinson},
title = {The Next 700 Separation Logics},
booktitle = {VSTTE},
year = {2010}
}
@article{SewellTSO,
author = {Peter Sewell and Susmit Sarkar and Scott Owens and Francesco Zappa Nardelli and Magnus O. Myreen},
title = "x86-{TSO}: A Rigorous and Usable Programmer's Model for x86 Multiprocessors",
journal = "Communications of the ACM",
volume = "53",
number = "7",
pages = "89 - 97",
year = "2010",
}
@article{FlanaganFLQ08,
author = {Cormac Flanagan and
Stephen N. Freund and
Marina Lifshin and
Shaz Qadeer},
title = "Types for atomicity: Static checking and inference for Java",
journal = {ACM Trans. Program. Lang. Syst.},
volume = {30},
number = {4},
year = {2008}
}
@article{WrightF94,
author = {Andrew K. Wright and
Matthias Felleisen},
title = {A Syntactic Approach to Type Soundness},
journal = {Inf. Comput.},
volume = {115},
number = {1},
year = {1994},
pages = {38-94}
}
@article{Jagannathan14,
author = {Suresh Jagannathan and Vincent Laporte and Gustavo Petri and David Pichardie and Jan Vitek},
title = {Atomicity Refinement for Verified Compilation},
journal = {To appear in TOPLAS (presented at PLDI 2014)},
year = {draft as of July 6, 2014}
}
@inproceedings{HenzingerHK95,
author = {Monika Rauch Henzinger and
Thomas A. Henzinger and
Peter W. Kopke},
title = {Computing Simulations on Finite and Infinite Graphs},
booktitle = {FOCS},
year = {1995},
}
@article{Lipton75,
author = {Richard J. Lipton},
title = {Reduction: A Method of Proving Properties of Parallel Programs},
journal = {Commun. ACM},
volume = {18},
number = {12},
year = {1975},
pages = {717-721}
}
@article{dijk78,
author = "Edsgar W. Dijkstra and Leslie Lamport and A. J. Martin and
C. S. Scholten and E. F. M. Steffens",
title = "On-The-Fly Garbage Collection: An exercise in Cooperation",
journal = CACM,
volume = 21,
number = 11,
month = Nov,
year = 1978,
}
@inproceedings{doli93,
title = "A Concurrent Generational Garbage Collector for a Multi-Threaded Implementation of {ML}",
author = "Damien Doligez and Xavier Leroy",
booktitle = {POPL},
year = 1993
}
@inproceedings{doli94,
title = "Portable, Unobtrusive Garbage Collection for Multiprocessor Systems",
author = "Damien Doligez and Georges Gonthier",
booktitle = {POPL},
year = 1994
}
@inproceedings{doma00,
title = {A Generational On-the-fly Garbage Collector for {J}ava},
author = {Tamar Domani and Elliot K. Kolodner and Erez Petrank},
booktitle = {PLDI},
year = 2000
}
@inproceedings{azat03,
author = {Hezi Azatchi and Yossi Levanoni and Harel Paz and Erez Petrank},
title = {An On-The-Fly Mark and Sweep Garbage Collector Based on Sliding Views},
booktitle = {OOPSLA},
year = 2003
}
@inproceedings{gont96,
author = {Georges Gonthier},
title = {Verifying the Safety of a Practical Concurrent Garbage Collector},
booktitle = {CAV},
year = 1996
}
@inproceedings{mccr07,
title = {A General Framework for Certifying Garbage Collectors and
Their Mutators},
author = {Andrew McCreight and Zhong Shao and Chunxiao Lin and Long
Li},
booktitle = {PLDI},
year = 2007
}
@inproceedings{hawb09,
title = {Automated Verification of Practical Garbage Collectors},
author = {Chris Hawblitzel and Erez Petrank},
booktitle = {POPL},
year = 2009
}
@article{FlanaganFQS05,
author = {Cormac Flanagan and
Stephen N. Freund and
Shaz Qadeer and
Sanjit A. Seshia},
title = {Modular verification of multithreaded programs},
journal = {Theor. Comput. Sci.},
volume = {338},
number = {1-3},
year = {2005},
pages = {153-183}
}