more https
[web.git] / research / publications.html
1 ---
2 title: Publications
3 slug: Publications
4 ---
5
6 <h2>Conference and journal papers</h2>
7
8 <h3>2022</h3>
9
10 <ul><li>
11   <b>Simuliris: A separation logic framework for verifying concurrent program optimizations</b><br/>
12   Lennard Gäher, Michael Sammler, Simon Spies, Ralf Jung, Hoang-Hai Dang, Robbert Krebbers, Jeehoon Kang, Derek Dreyer<br>
13   <i>In <a href="https://popl22.sigplan.org/">POPL 2022</a>, <b>Distinguished Paper Award</b></i><br>
14   [<a href="https://iris-project.org/pdfs/2022-popl-simuliris.pdf">paper</a>]
15 </li></ul>
16
17 <h3>2021</h3>
18
19 <ul><li>
20   <b>GhostCell: Separating Permissions from Data in Rust</b><br/>
21   Joshua Yanovski, Hoang-Hai Dang, Ralf Jung, Derek Dreyer<br>
22   <i>In <a href="https://icfp21.sigplan.org/">ICFP 2021</a></i><br>
23   [<a href="https://plv.mpi-sws.org/rustbelt/ghostcell/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/ghostcell/">paper website</a>  (incl. Coq formalization)]
24 </li></ul>
25
26 <ul><li>
27   <b>GoJournal: a verified, concurrent, crash-safe journaling system</b><br/>
28   Tej Chajed, Joseph Tassarotti, Mark Theng, Ralf Jung, M. Frans Kaashoek, Nickolai Zeldovich<br>
29   <i>In <a href="https://www.usenix.org/conference/osdi21">OSDI 2021</a></i><br>
30   [<a href="perennial/gojournal.pdf">paper</a>]
31 </li></ul>
32
33 <ul><li>
34   <b>Safe Systems Programming in Rust: The Promise and the Challenge</b><br/>
35   Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br>
36   <i>In Communications of the ACM (CACM)</i><br>
37   [<a href="https://cacm.acm.org/magazines/2021/4/251364-safe-systems-programming-in-rust/fulltext">article</a>]
38   [<a href="https://iris-project.org/pdfs/2021-rustbelt-cacm-final.pdf">pdf</a>]
39   [<a href="https://vimeo.com/514402648">video</a>]
40 </li></ul>
41
42 <h3>2020</h3>
43
44 <ul><li>
45   <b>The Future is Ours: Prophecy Variables in Separation Logic</b><br/>
46   Ralf Jung, Rodolphe Lepigre, Gaurav Parthasarathy, Marianna Rapoport, Amin Timany, Derek Dreyer, Bart Jacobs<br>
47   <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br>
48   [<a href="https://plv.mpi-sws.org/prophecies/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/prophecies/">paper website</a>  (incl. appendix and Coq formalization)]
49 </li></ul>
50
51 <ul><li>
52   <b>Stacked Borrows: An Aliasing Model for Rust</b><br/>
53   Ralf Jung, Hoang-Hai Dang, Jeehoon Kang, Derek Dreyer<br>
54   <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br>
55   [<a href="https://plv.mpi-sws.org/rustbelt/stacked-borrows/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/stacked-borrows/">paper website</a>  (incl. appendix and Coq formalization)]
56 </li></ul>
57
58 <h3>2018</h3>
59
60 <ul><li>
61   <b>Iris from the Ground Up: A Modular Foundation for Higher-Order Concurrent Separation Logic</b><br/>
62   Ralf Jung, Robbert Krebbers, Jacques-Henri Jourdan, Aleš Bizjak, Lars Birkedal, Derek Dreyer<br>
63   <i>In <a href="https://www.cambridge.org/core/journals/journal-of-functional-programming/issue/832F8756D0A835287494117BF9ED5E74">Journal of Functional Programming (JFP), Volume 28, e20, November 2018</a></i><br>
64   [<a href="https://www.mpi-sws.org/~dreyer/papers/iris-ground-up/paper.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>  (incl. appendix and Coq formalization)]
65 </li></ul>
66
67 <ul><li>
68   <b>Reconciling High-Level Optimizations and Low-Level Code in LLVM</b><br/>
69   Juneyoung Lee, Chung-Kil Hur, Ralf Jung, Zhengyang Liu, John Regehr, Nuno P. Lopes<br>
70   <i>In <a href="https://conf.researchr.org/track/splash-2018/splash-2018-OOPSLA">OOPSLA 2018</a></i><br>
71   [<a href="twinsem/twinsem.pdf">paper</a>] [<a href="https://sf.snu.ac.kr/llvmtwin/">paper website</a>]
72 </li></ul>
73
74 <ul><li>
75   <b>MoSeL: A General, Extensible Modal Framework for Interactive Proofs in Separation Logic</b><br/>
76   Robbert Krebbers, Jacques-Henri Jourdan, Ralf Jung, Joseph Tassarotti, Jan-Oliver Kaiser, Amin Timany, Arthur Charguéraud, Derek Dreyer<br>
77   <i>In <a href="https://icfp18.sigplan.org/">ICFP 2018</a></i><br>
78   [<a href="https://iris-project.org/pdfs/2018-icfp-mosel-final.pdf">paper</a>] [<a href="https://iris-project.org/mosel/">paper website</a>  (incl. appendix and Coq formalization)]
79 </li></ul>
80
81 <ul><li>
82   <b>RustBelt: Securing the Foundations of the Rust Programming Language</b><br/>
83   Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br>
84   <i>In <a href="https://popl18.sigplan.org/">POPL 2018</a></i><br>
85   [<a href="https://plv.mpi-sws.org/rustbelt/popl18/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/popl18/">paper website</a>  (incl. appendix and Coq formalization)] [<a href="https://www.youtube.com/watch?v=Cy9NUVaiYUg" target="_blank">talk (YouTube)</a>] [<a href="https://plv.mpi-sws.org/rustbelt/popl18/talk.pdf">talk (slides)</a>]
86 </li></ul>
87
88 <h3>2017</h3>
89
90 <ul><li>
91   <b>The Essence of Higher-Order Concurrent Separation Logic</b><br/>
92   Robbert Krebbers, Ralf Jung, Aleš Bizjak, Jacques-Henri Jourdan, Derek Dreyer, Lars Birkedal<br>
93   In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a><br>
94   [<a href="https://iris-project.org/pdfs/2017-esop-iris3-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>  (incl. appendix and Coq formalization)]
95 </li></ul>
96
97 <ul><li>
98   <b>A Higher-Order Logic for Concurrent Termination-Preserving Refinement</b><br/>
99   Joseph Tassarotti, Ralf Jung, Robert Harper<br>
100   <i>In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a></i><br>
101   [<a href="https://iris-project.org/pdfs/2017-esop-refinement-final.pdf">paper</a>] [<a href="https://www.cs.cmu.edu/~jtassaro/papers/iris-refinement/index.html">paper website</a> (incl. Coq formalization)]
102 </li></ul>
103
104 <h3>2016</h3>
105
106 <ul><li>
107   <b>Higher-Order Ghost State</b><br/>
108   Ralf Jung, Robbert Krebbers, Lars Birkedal, Derek Dreyer<br>
109   <i>In <a href="https://conf.researchr.org/home/icfp-2016">ICFP 2016</a></i><br>
110   [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>  (incl. appendix and Coq formalization)] [<a href="https://www.youtube.com/watch?v=vUxWU-qvGX0" target="_blank">talk (YouTube)</a>] [<a href="iris/talk-icfp2016.pdf">talk (slides)</a>]
111 </li></ul>
112
113 <h3>2015</h3>
114
115 <ul><li>
116   <b>Iris: Monoids and Invariants as an Orthogonal Basis for Concurrent Reasoning</b><br/>
117   Ralf Jung, David Swasey, Filip Sieczkowski, Kasper Svendsen, Aaron Turon, Lars Birkedal, Derek Dreyer<br>
118   <i>In <a href="https://popl.mpi-sws.org/2015/">POPL 2015</a></i><br>
119   [<a href="https://iris-project.org/pdfs/2015-popl-iris1-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>  (incl. appendix and Coq formalization)] [<a href="iris/talk-popl2015.pdf">talk (slides)</a>]
120 </li></ul>
121
122 <h2>Theses</h2>
123
124 <h3>2020</h3>
125 <ul><li>
126   <b>Understanding and Evolving the Rust Programming Language</b><br/>
127   Ralf Jung<br>
128   <i>PhD Thesis</i><br>
129   [<a href="thesis.html">website</a>]
130 </li></ul>
131
132
133 <h3>2019</h3>
134 <ul><li>
135   <b>Higher-Order Ghost State</b><br/>
136   Ralf Jung<br>
137   <i>Master Thesis</i><br>
138   [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">based on this paper</a>]
139 </li></ul>
140
141 <h3>2013</h3>
142 <ul><li>
143   <b>An Intermediate Language To Formally Justify Memory Access Reordering</b><br/>
144   Ralf Jung<br>
145   <i>Bachelor Thesis</i><br>
146   [<a href="bachelor/bachelor.pdf">thesis</a>] [<a href="bachelor/bachelor-talk.pdf">slides</a>] [<a href="bachelor/bachelor.zip">coq</a>]
147 </li></ul>
148
149 <h2>Workshop Talks</h2>
150
151 <h3>2020</h3>
152
153 <ul><li>
154   <b>Stacked Borrows: An Aliasing Model for Rust</b><br/>
155   Ralf Jung<br>
156   <i>At <a href="https://agozillon.github.io/PRiML/">PRiML 2020</a> (invited talk)</i><br>
157   [<a href="rust/talk-priml2020.pdf">slides</a>]
158 </li></ul>
159
160 <h3>2019</h3>
161
162 <ul><li>
163   <b>Logical Atomicity in Iris: the Good, the Bad, and the Ugly</b><br/>
164   Ralf Jung<br>
165   <i>At <a href="https://iris-project.org/workshop-2019/">Iris Workshop 2019</a></i><br>
166   [<a href="iris/talk-iris2019.pdf">slides</a>]
167 </li></ul>
168
169 <h3>2015</h3>
170
171 <ul><li>
172   <b>Unifying Worlds and Resources</b><br/>
173   Ralf Jung, Derek Dreyer<br>
174   <i>At <a href="https://users-cs.au.dk/birke/hope-2015/">HOPE 2015</a>: 4th ACM SIGPLAN Workshop on Higher-Order Programming with Effects</i><br>
175   [<a href="iris/talk-hope2015.pdf">slides</a>] [<a href="https://www.youtube.com/watch?v=9Dyna88piek&amp;list=PLnqUlCo055hX6SsmMr1AmW6quMjvdMPvK&amp;index=10" target="_blank">YouTube</a>]
176 </li></ul>