Skip to content

Commit

Permalink
Merge pull request #111 from jacob-hughes/add_cpp_gc_papers
Browse files Browse the repository at this point in the history
Add Boehm C++ finalisation papers
  • Loading branch information
ltratt authored Aug 8, 2024
2 parents cdc3cda + b8c1a9b commit 3b74245
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions softdev.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3369,3 +3369,21 @@ @inproceedings{ancona07rpython
booktitle = {DLS},
month = Oct
}
@inproceedings{boehm09garbage,
title={Garbage collection in the next {C++} standard},
author={Boehm, Hans-J and Spertus, Mike},
booktitle={ISMM},
pages={30--38},
year={2009},
month = Jun
}
@misc{boehm07optimization,
title = "Optimization-robust finalization",
author={Boehm, Hans-J and Spertus, Mike},
howpublished = {\url{https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2261.html}},
note = {Accessed: 2024-08-08},
year = {2007},
month = May,
}

0 comments on commit 3b74245

Please sign in to comment.