Skip to content

Commit 5353ba7

Browse files
committed
[interoperability.portability][ABI] Add Realistic Realizability: Specifying ABIs You Can Count On
- Object-Oriented Programming Systems, Languages, and Applications (OOPSLA) 2024 - Andrew Wagner, Zachary Eisbach, Amal Ahmed
1 parent 8632dba commit 5353ba7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

interoperability.portability.md

+15
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,21 @@
121121
- https://github.com/itanium-cxx-abi/cxx-abi
122122
- Lessons from the Unix stdio ABI: 40 Years Later
123123
- https://fingolfin.org/blog/20200327/stdio-abi.html
124+
- Realistic Realizability: Specifying ABIs You Can Count On
125+
- Object-Oriented Programming Systems, Languages, and Applications (OOPSLA) 2024
126+
- Andrew Wagner, Zachary Eisbach, Amal Ahmed
127+
- https://doi.org/10.1145/3689755
128+
- https://www.youtube.com/watch?v=bWHYm3npThA
129+
- https://www.khoury.northeastern.edu/home/amal/papers/real-real.pdf
130+
- https://www.andrewwagner.io/assets/papers/real-real.pdf
131+
- https://www.andrewwagner.io/assets/papers/real-real-apdx.pdf
132+
- https://www.andrewwagner.io/assets/slides/real-real-slides.pdf
133+
- POPV Seminar; October 29, 2024
134+
- https://www.andrewwagner.io/assets/slides/real-real-bupopv.pdf
135+
- Formally Specifying ABIs using Realistic Realizability
136+
- Big Specification: Specification, Proof, and Testing at Scale (BSPW) 2024
137+
- Amal Ahmed
138+
- https://www.youtube.com/watch?v=FtdSqzN6xVQ
124139
- Removing an empty base class can break ABI
125140
- https://quuxplusone.github.io/blog/2021/05/07/std-iterator-as-a-base-class/
126141
- Some thoughts on binary compatibility - http://blog.qt.io/blog/2009/08/12/some-thoughts-on-binary-compatibility/

0 commit comments

Comments
 (0)